Skip to content

Commit

Permalink
Debug pw:browser + timeout 60s
Browse files Browse the repository at this point in the history
  • Loading branch information
duckception committed Oct 6, 2023
1 parent ad9a3ea commit 1656a1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion wallets/metamask/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"test": "vitest run",
"test:coverage": "vitest run --coverage",
"test:e2e": "playwright test",
"test:e2e:headless": "HEADLESS=true playwright test",
"test:e2e:headless": "DEBUG=pw:browser HEADLESS=true playwright test",
"test:watch": "vitest watch",
"types:check": "tsc --noEmit"
},
Expand Down
1 change: 1 addition & 0 deletions wallets/metamask/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export default defineConfig({

// Opt out of parallel tests on CI.
workers: process.env.CI ? 1 : undefined,
timeout: 60 * 1000,

// Concise 'dot' for CI, default 'html' when running locally.
// See https://playwright.dev/docs/test-reporters.
Expand Down

0 comments on commit 1656a1c

Please sign in to comment.