diff --git a/.github/workflows/admin_playwright_tests.yml b/.github/workflows/admin_playwright_tests.yml index bb87183df7..05baa6432b 100644 --- a/.github/workflows/admin_playwright_tests.yml +++ b/.github/workflows/admin_playwright_tests.yml @@ -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