diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 4067454f..887bcad1 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -32,7 +32,7 @@ jobs: path: error-screenshot-*.png - name: Run Playwright automation script - run: npx playwright test + run: DEBUG=pw:api npx playwright test --headed=false env: USERNAME: ${{ secrets.USERNAME }} PASSWORD: ${{ secrets.PASSWORD }}