We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe3cef2 commit ac7e014Copy full SHA for ac7e014
frontend/playwright.config.ts
@@ -16,6 +16,8 @@ export default defineConfig({
16
],
17
use: {
18
baseURL: `http://localhost:3000/`,
19
+ actionTimeout: 10000, // Timeout for each action like click(), fill(), etc.
20
+ navigationTimeout: 15000, // Timeout for navigation-related waits (goto, waitForLoadState, etc.)
21
},
22
webServer: {
23
command: 'tsx --import ./app/.server/telemetry.ts ./app/.server/express/server.ts',
0 commit comments