Skip to content

Commit

Permalink
debug edge
Browse files Browse the repository at this point in the history
  • Loading branch information
sidvishnoi committed Jan 24, 2025
1 parent 21657d5 commit 8a20ba5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/tests-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
fail-fast: false
matrix:
include:
- name: Chrome
project: chrome
target: chrome
runs-on: ubuntu-22.04
# - name: Chrome
# project: chrome
# target: chrome
# runs-on: ubuntu-22.04
# - name: Firefox
# project: firefox
# target: firefox
Expand Down Expand Up @@ -49,6 +49,7 @@ jobs:
run: pnpm test:e2e:${{ matrix.project }}
env:
PLAYWRIGHT_PROJECT: ${{ matrix.project }}
DEBUG: 'pw:browser'
PW_EXPERIMENTAL_SERVICE_WORKER_NETWORK_EVENTS: '1'
TEST_WALLET_ORIGIN: ${{ vars.E2E_WALLET_URL_ORIGIN }}
TEST_WALLET_USERNAME: ${{ vars.E2E_WALLET_USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default defineConfig({
],
],
use: {
trace: 'retain-on-failure',
trace: 'on',
actionTimeout: 8_000,
navigationTimeout: 10_000,
},
Expand Down

0 comments on commit 8a20ba5

Please sign in to comment.