We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb3fecf commit 8acd21fCopy full SHA for 8acd21f
test/playwright.config.ts
@@ -8,6 +8,7 @@ import path from "path"
8
// yarn test:e2e --workers 1 # Run with one worker
9
// yarn test:e2e --project Chromium # Only run on Chromium
10
// yarn test:e2e --grep login # Run tests matching "login"
11
+// PWDEBUG=1 yarn test:e2e # Run Playwright inspector
12
const config: PlaywrightTestConfig = {
13
testDir: path.join(__dirname, "e2e"), // Search for tests in this directory.
14
timeout: 60000, // Each test is given 60 seconds.
0 commit comments