File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 10
10
"build-types" : " node scripts/types.mjs" ,
11
11
"bundle-trackers" : " node scripts/bundleTrackers.mjs --output ../build/tracker-lookup.json" ,
12
12
"test-unit" : " jasmine --config=unit-test/config.json" ,
13
- "test-int" : " npm run build-integration && npm run playwright" ,
13
+ "test-int" : " npm run playwright" ,
14
14
"test-int-x" : " xvfb-run --server-args='-screen 0 1024x768x24' npm run test-int" ,
15
15
"test" : " npm run lint && npm run test-unit && npm run test-int && npm run playwright" ,
16
16
"serve" : " http-server -c-1 --port 3220 integration-test/test-pages" ,
17
17
"playwright" : " playwright test --grep-invert '@screenshots'" ,
18
18
"playwright-screenshots" : " playwright test --grep '@screenshots'" ,
19
- "playwright-headed" : " playwright test --headed" ,
20
- "preplaywright" : " npm run bundle-entry-points" ,
21
- "preplaywright-headed" : " npm run bundle-entry-points" ,
22
19
"playwright-e2e" : " playwright test -c playwright-e2e.config.js --project duckplayer-e2e" ,
23
- "playwright-e2e-headed" : " npm run playwright-e2e -- --headed" ,
24
- "preplaywright-e2e" : " npm run bundle-entry-points"
20
+ "playwright-e2e-headed" : " npm run playwright-e2e -- --headed"
25
21
},
26
22
"type" : " module" ,
27
23
"dependencies" : {
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ export default defineConfig({
93
93
webServer : {
94
94
reuseExistingServer : true ,
95
95
ignoreHTTPSErrors : true ,
96
- command : 'npm run serve' ,
96
+ command : 'npm run bundle-entry-points && npm run serve' ,
97
97
port : 3220 ,
98
98
} ,
99
99
use : {
You can’t perform that action at this time.
0 commit comments