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:
Michael Telatynski
2026-02-13 12:50:43 +00:00
committed by GitHub
parent bbaca2b390
commit b3ca5c73c3
6 changed files with 25 additions and 8 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
"node": ">=20.0.0"
},
"bin": {
"playwright-screenshots": "playwright-screenshots.sh"
"playwright-screenshots-experimental": "playwright-screenshots.sh"
},
"devDependencies": {
"wait-on": "^9.0.4"