From e913ebf25f677f9a12d5c5263255616adacaf47b Mon Sep 17 00:00:00 2001 From: Adameddy26 <158989293+Adameddy26@users.noreply.github.com> Date: Sat, 15 Jun 2024 11:15:19 +0530 Subject: [PATCH] Update playwright.yml --- .github/workflows/playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}