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 67
67
run : npx playwright install chromium
68
68
69
69
- name : test
70
- run : pnpm test --browsers=chromium
70
+ run : pnpm test --browsers=chromiumHeadless
71
71
72
72
# ToDo: investigate coverage reporting
73
73
# - name: Upload coverage reports to Codecov
95
95
run : npx playwright install firefox
96
96
97
97
- name : test
98
- run : pnpm test --browsers=firefox
98
+ run : pnpm test --browsers=firefoxHeadless
99
99
100
100
test-safari :
101
101
runs-on : ubuntu-latest
@@ -117,7 +117,7 @@ jobs:
117
117
run : npx playwright install webkit --with-deps
118
118
119
119
- name : test
120
- run : pnpm test --browsers=webkit
120
+ run : pnpm test --browsers=webkitHeadless
121
121
122
122
prettier :
123
123
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 119
119
}
120
120
}
121
121
}
122
+ },
123
+ "cli" : {
124
+ "analytics" : false
122
125
}
123
126
}
You can’t perform that action at this time.
0 commit comments