From 895617a88f3ce8faf778b56518d3d791981c56f4 Mon Sep 17 00:00:00 2001 From: Sergio Florez Date: Tue, 4 Feb 2025 15:18:46 +0100 Subject: [PATCH] test: removed --debug tag & headless config --- .github/workflows/playwright.yml | 6 +++--- playwright.config.ts | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index ccadc838b..9bbab69f2 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -23,9 +23,9 @@ jobs: TEST_PASSWORD: ${{ secrets.TEST_PASSWORD }} TEST_CONSULTANT: ${{ secrets.TEST_CONSULTANT }} OTP_SECRET: ${{ secrets.OTP_SECRET }} - run: npx playwright test --debug - - name: Debug ENV Variables - run: printenv | grep TEST_ + run: npx playwright test + # - name: Debug ENV Variables + # run: printenv | grep TEST_ - uses: actions/upload-artifact@v4 if: ${{ !cancelled() }} with: diff --git a/playwright.config.ts b/playwright.config.ts index 531ddcd84..5ab76faa6 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -34,8 +34,8 @@ export default defineConfig({ // trace: 'on-first-retry' trace: 'on', screenshot: 'only-on-failure', - video: 'on', - headless: true // Force headless mode in CI + video: 'on' + // headless: true // Force headless mode in CI }, /* Configure projects for major browsers */