Skip to content

Commit 8acd21f

Browse files
committed
docs: update playwright setup comments
1 parent fb3fecf commit 8acd21f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/playwright.config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import path from "path"
88
// yarn test:e2e --workers 1 # Run with one worker
99
// yarn test:e2e --project Chromium # Only run on Chromium
1010
// yarn test:e2e --grep login # Run tests matching "login"
11+
// PWDEBUG=1 yarn test:e2e # Run Playwright inspector
1112
const config: PlaywrightTestConfig = {
1213
testDir: path.join(__dirname, "e2e"), // Search for tests in this directory.
1314
timeout: 60000, // Each test is given 60 seconds.

0 commit comments

Comments
 (0)