mirror of
https://github.com/vector-im/element-web.git
synced 2026-03-02 12:01:41 +01:00
* Fix playwright-screenshots.sh script gcut is a macos thing, use awk for stability Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Tweak playwright-screenshots.sh to pull image from ghcr before building Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Add missing dependency in playwright-common Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Add nx to prettierignore Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Add continuous delivery workflow for playwright-server image Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Switch to nx affected Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Prefix calls to nx with pnpm Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Pass GITHUB_TOKEN to nx affected Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Use explicit buildx builder Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Specify NX_DEFAULT_OUTPUT_STYLE Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Remove test trigger Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Fix image name Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --------- Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
23 lines
597 B
JSON
23 lines
597 B
JSON
{
|
|
"name": "@element-hq/element-web-playwright-common-local",
|
|
"type": "module",
|
|
"version": "3.0.0",
|
|
"license": "SEE LICENSE IN README.md",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/element-hq/element-web.git",
|
|
"directory": "packages/playwright-common"
|
|
},
|
|
"author": "element-hq",
|
|
"engines": {
|
|
"node": ">=20.0.0"
|
|
},
|
|
"bin": {
|
|
"playwright-screenshots-experimental": "playwright-screenshots.sh"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "catalog:",
|
|
"wait-on": "^9.0.4"
|
|
}
|
|
}
|