Skip to content

Commit

Permalink
Update playwright.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Naseem77 committed Jan 27, 2025
1 parent ad60353 commit cd29447
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
npm install
npm run build
NEXTAUTH_SECRET=SECRET npm start & npx playwright test --reporter=dot,list
- name: Ensure required directories exist
run: |
mkdir -p playwright-report
mkdir -p playwright-report/artifacts
- uses: actions/upload-artifact@v4
if: always()
with:
Expand All @@ -45,5 +49,5 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: failed-test-screenshots
path: playwright-report/screenshots/
path: playwright-report/artifacts/
retention-days: 30

0 comments on commit cd29447

Please sign in to comment.