We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00b0ecb commit d312abdCopy full SHA for d312abd
playwright.config.ts
@@ -62,9 +62,10 @@ export default defineConfig({
62
command: 'npm run start',
63
url: baseURL,
64
reuseExistingServer: process.env.REUSE_SERVER === 'true',
65
- timeout: 120000, // Add timeout of 2 minutes
+ timeout: 60000,
66
stdout: 'pipe', // Pipe the output
67
stderr: 'pipe', // Pipe the error output
68
+ reporter: 'list',
69
// Add a pattern to wait for
70
readyPattern: 'Web Server is available at', // Adjust this to match Hugo's actual output
71
}
0 commit comments