File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
dev-packages/browser-integration-tests Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 35
35
"test:loader:replay_buffer" : " PW_BUNDLE=loader_replay_buffer yarn test:loader" ,
36
36
"test:loader:full" : " PW_BUNDLE=loader_tracing_replay yarn test:loader" ,
37
37
"test:loader:debug" : " PW_BUNDLE=loader_debug yarn test:loader" ,
38
- "test:ci" : " yarn test:all --reporter='line' " ,
38
+ "test:ci" : " yarn test:all" ,
39
39
"test:update-snapshots" : " yarn test:all --update-snapshots" ,
40
40
"test:detect-flaky" : " ts-node scripts/detectFlakyTests.ts"
41
41
},
Original file line number Diff line number Diff line change 106
106
"test:integration:prepare" : " (cd test/integration && yarn install)" ,
107
107
"test:integration:clean" : " (cd test/integration && rimraf .cache node_modules build)" ,
108
108
"test:integration:client" : " yarn playwright install-deps && yarn playwright test test/integration/test/client/ --project='chromium'" ,
109
- "test:integration:client:ci" : " yarn test:integration:client --reporter='line' " ,
109
+ "test:integration:client:ci" : " yarn test:integration:client" ,
110
110
"test:integration:server" : " export NODE_OPTIONS='--stack-trace-limit=25' && vitest run" ,
111
111
"test:unit" : " jest" ,
112
112
"test:watch" : " jest --watch" ,
You can’t perform that action at this time.
0 commit comments