We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a939470 commit 400f0b1Copy full SHA for 400f0b1
injected/package.json
@@ -15,7 +15,7 @@
15
"test-int": "playwright test --grep-invert '@screenshots'",
16
"test-int-x": "xvfb-run --server-args='-screen 0 1024x768x24' npm run test-int",
17
"test-int-snapshots": "playwright test --grep '@screenshots'",
18
- "test-int-snapshots-update": "playwright test --grep '@screenshots' --update-snapshots --last-failed",
+ "test-int-snapshots-update": "playwright test --grep '@screenshots' --update-snapshots --last-failed --pass-with-no-tests",
19
"test": "npm run test-unit && npm run test-int && npm run playwright",
20
"serve": "http-server -c-1 --port 3220 integration-test/test-pages",
21
"playwright": "playwright test --grep-invert '@screenshots'",
0 commit comments