File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 27
27
run : npm ci
28
28
- name : Run Playwright tests
29
29
run : |
30
- npx playwright install --with-deps chromium
30
+ npx playwright install --with-deps firefox chromium webkit
31
31
npx ng e2e --shard=${{ matrix.shardIndex }}/${{ matrix.shardTotal }}
32
32
- name : Upload blob report to GitHub Actions Artifacts
33
33
if : ${{ !cancelled() }}
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ export default defineConfig({
18
18
/* Retry on CI only */
19
19
retries : process . env [ 'CI' ] ? 2 : 0 ,
20
20
/* Opt out of parallel tests on CI. */
21
- workers : process . env [ 'CI' ] ? 1 : undefined ,
21
+ workers : process . env [ 'CI' ] ? 4 : undefined ,
22
22
/* Reporter to use. See https://playwright.dev/docs/test-reporters */
23
23
reporter : 'html' ,
24
24
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
You can’t perform that action at this time.
0 commit comments