File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 "test:clean-tree" : " npm run build && sh scripts/check-for-changes.sh" ,
2222 "test:passwords" : " PASSWORD_STRESS_TEST=true jest generate.test.js" ,
2323 "test:unit" : " jest" ,
24- "test:integration" : " npm run build && playwright test" ,
24+ "test:integration" : " playwright test" ,
2525 "test:integration:fast" : " playwright test --timeout 10000 --workers 8" ,
2626 "test:integration:showui" : " npm run test:integration -- --headed" ,
2727 "test:integration:fast:showui" : " npm run test:integration:fast -- --headed" ,
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ const config = {
4646 webServer : {
4747 port : 3210 ,
4848 reuseExistingServer : true ,
49- command : 'npm run serve' ,
49+ command : 'npm run build && npm run serve' ,
5050 ignoreHTTPSErrors : true ,
5151 } ,
5252
You can’t perform that action at this time.
0 commit comments