Skip to content

Commit

Permalink
test: removed --debug tag & headless config
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Florez authored and Sergio Florez committed Feb 4, 2025
1 parent 281c6a6 commit 895617a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 895617a

Please sign in to comment.