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 4c70f65 commit 7211748Copy full SHA for 7211748
injected/package.json
@@ -12,7 +12,7 @@
12
"bundle-trackers": "node scripts/bundleTrackers.mjs --output ../build/tracker-lookup.json",
13
"test-unit": "jasmine --config=unit-test/config.json",
14
"test-int": "playwright test --grep-invert '@screenshots'",
15
- "test-int-x": "xvfb-run --server-args='-screen 0 1024x768x24' npm run test-int",
+ "test-int-x": "npm run test-int",
16
"test-int-snapshots": "playwright test --grep '@screenshots'",
17
"test-int-snapshots-update": "playwright test --grep '@screenshots' --update-snapshots --last-failed --pass-with-no-tests",
18
"test": "npm run lint && npm run test-unit && npm run test-int && npm run playwright",
0 commit comments