mirror of
https://github.com/vector-im/element-web.git
synced 2026-03-20 12:52:43 +01:00
* 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>
22 lines
557 B
JSON
22 lines
557 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": {
|
|
"wait-on": "^9.0.4"
|
|
}
|
|
}
|