diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c78103d..fd5ceb6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,3 +20,9 @@ jobs: run: npx playwright install --with-deps - name: Run Test run: npm test + - uses: actions/upload-artifact@v4 + if: ${{ !cancelled() }} + with: + name: playwright-report + path: playwright-report/ + retention-days: 30