Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
devansh-webkul committed Feb 11, 2025
1 parent e3cebe2 commit e0adc56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/admin_playwright_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,9 @@ jobs:
- name: Run All Playwright Tests
env:
BASE_URL: 'http://127.0.0.1:8000'
PLAYWRIGHT_DEBUG: 1
run: |
npx playwright test --reporter=list --config=tests/e2e-pw/playwright.config.ts --shard=${{ matrix.shard-index }}/${{ matrix.shard-total }}
npx playwright test --reporter=dot --config=tests/e2e-pw/playwright.config.ts --shard=${{ matrix.shard-index }}/${{ matrix.shard-total }}
working-directory: packages/Webkul/Admin

- name: Upload Playwright Report for All Tests
Expand Down

0 comments on commit e0adc56

Please sign in to comment.