diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 887bcad1..3819ac59 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: DEBUG=pw:api npx playwright test --headed=false + run: DEBUG=pw:api npx playwright test --headed=true env: USERNAME: ${{ secrets.USERNAME }} PASSWORD: ${{ secrets.PASSWORD }}