We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b55be28 commit c6c45c8Copy full SHA for c6c45c8
1 file changed
testing/e2e/playwright.config.ts
@@ -72,6 +72,8 @@ export default defineConfig({
72
signal: 'SIGINT',
73
timeout: 1000
74
},
75
+ stderr: 'pipe',
76
+ stdout: process.env.CI ? 'pipe' : 'ignore',
77
timeout: 10_000,
78
url: `http://localhost:${apiPort}`
79
@@ -82,6 +84,8 @@ export default defineConfig({
82
84
83
85
86
87
88
89
90
url: `http://localhost:${gatewayPort}/api/healthcheck`
91
@@ -92,6 +96,8 @@ export default defineConfig({
92
96
93
97
94
98
99
100
95
101
102
url: `http://localhost:${webPort}`
103
}
0 commit comments