Skip to content

Commit d312abd

Browse files
authored
Update playwright.config.ts
1 parent 00b0ecb commit d312abd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

playwright.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,10 @@ export default defineConfig({
6262
command: 'npm run start',
6363
url: baseURL,
6464
reuseExistingServer: process.env.REUSE_SERVER === 'true',
65-
timeout: 120000, // Add timeout of 2 minutes
65+
timeout: 60000,
6666
stdout: 'pipe', // Pipe the output
6767
stderr: 'pipe', // Pipe the error output
68+
reporter: 'list',
6869
// Add a pattern to wait for
6970
readyPattern: 'Web Server is available at', // Adjust this to match Hugo's actual output
7071
}

0 commit comments

Comments
 (0)