File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,15 @@ jobs:
15
15
node-version : 16
16
16
- name : Install dependencies
17
17
run : npm ci
18
+ - name : Build for preview
19
+ run : npm run build-only
18
20
- name : Install Playwright Browsers
19
21
run : yarn playwright install --with-deps
20
22
- name : Run Playwright tests
21
23
run : npm run test:e2e
22
24
- uses : actions/upload-artifact@v3
23
25
if : always()
24
26
with :
25
- name : playwright-report
26
- path : playwright-report /
27
+ name : e2e-artifacts
28
+ path : e2e-artifacts /
27
29
retention-days : 30
Original file line number Diff line number Diff line change @@ -31,6 +31,9 @@ coverage
31
31
e2e-mobile-test-results
32
32
e2e-desktop-test-results
33
33
e2e-test-results
34
+ e2e-artifacts
35
+ e2e-desktop-artifacts
36
+ e2e-mobile-artifacts
34
37
.vite-inspect
35
38
.rollup-inspect
36
39
coverage
You can’t perform that action at this time.
0 commit comments