Skip to content

Commit

Permalink
Seeing if I can get artifact uploading working.
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinsingla committed Feb 21, 2024
1 parent ea7d316 commit 7112bf0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,13 @@ jobs:
if: always()
with:
name: playwright-report
path: playwright-report/
path: ci/playwright-report/
retention-days: 30
- uses: actions/upload-artifact@v3
if: always()
with:
name: test-results
path: ci/test-results/
retention-days: 30
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3
3 changes: 3 additions & 0 deletions ci/playwright.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ module.exports = defineConfig({

/* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */
trace: 'on-first-retry',

/* Video */
video: 'on'
},

/* Configure projects for major browsers */
Expand Down

0 comments on commit 7112bf0

Please sign in to comment.