Run only browser in docker for test:playwright:screenshots (#32502)
* Rename playwright-screenshots script to -experimental Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Run only browser in docker for test:playwright:screenshots Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Fix playwright config for non-remote runs Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --------- Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
committed by
GitHub
parent
bbaca2b390
commit
b3ca5c73c3
@@ -34,7 +34,7 @@
|
||||
"test": "nx test:unit element-web",
|
||||
"test:playwright": "playwright test",
|
||||
"test:playwright:open": "pnpm test:playwright --ui",
|
||||
"test:playwright:screenshots": "playwright-screenshots --project=Chrome",
|
||||
"test:playwright:screenshots": "playwright-screenshots-experimental pnpm playwright test --update-snapshots --project=Chrome --grep @screenshot",
|
||||
"coverage": "pnpm test --coverage",
|
||||
"analyse:webpack-bundles": "webpack-bundle-analyzer webpack-stats.json webapp",
|
||||
"postinstall": "node scripts/pnpm-link.ts"
|
||||
@@ -150,6 +150,7 @@
|
||||
"@casualbot/jest-sonar-reporter": "2.5.0",
|
||||
"@element-hq/element-call-embedded": "0.16.3",
|
||||
"@element-hq/element-web-playwright-common": "catalog:",
|
||||
"@element-hq/element-web-playwright-common-local": "workspace:*",
|
||||
"@fetch-mock/jest": "^0.2.20",
|
||||
"@jest/globals": "^30.2.0",
|
||||
"@nx/jest": "^22.5.0",
|
||||
|
||||
Reference in New Issue
Block a user