File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 6767 run : npx playwright install chromium
6868
6969 - name : test
70- run : pnpm test --browsers=chromium
70+ run : pnpm test --browsers=chromiumHeadless
7171
7272 # ToDo: investigate coverage reporting
7373 # - name: Upload coverage reports to Codecov
9595 run : npx playwright install firefox
9696
9797 - name : test
98- run : pnpm test --browsers=firefox
98+ run : pnpm test --browsers=firefoxHeadless
9999
100100 test-safari :
101101 runs-on : ubuntu-latest
@@ -117,7 +117,7 @@ jobs:
117117 run : npx playwright install webkit --with-deps
118118
119119 - name : test
120- run : pnpm test --browsers=webkit
120+ run : pnpm test --browsers=webkitHeadless
121121
122122 prettier :
123123 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 119119 }
120120 }
121121 }
122+ },
123+ "cli" : {
124+ "analytics" : false
122125 }
123126}
You can’t perform that action at this time.
0 commit comments