Skip to content

Commit 3444f25

Browse files
committed
CCM-12666: config
1 parent 0b9522e commit 3444f25

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

tests/test-team/config/accessibility/accessibility.config.ts

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,7 @@ export default defineConfig({
3232
screenshot: 'only-on-failure',
3333
baseURL: 'http://localhost:3000',
3434
...devices['Desktop Chrome'],
35-
headless: false,
36-
launchOptions: {
37-
slowMo: 200,
38-
},
35+
headless: true,
3936
storageState: path.resolve(__dirname, '../.auth/user.json'),
4037
},
4138
dependencies: ['accessibility:setup'],
@@ -48,11 +45,12 @@ export default defineConfig({
4845
],
4946
/* Run your local dev server before starting the tests */
5047
webServer: {
51-
timeout: 2 * 60 * 1000, // 2 minutes
48+
timeout: 4 * 60 * 1000, // 2 minutes
5249
command: buildCommand,
5350
cwd: path.resolve(__dirname, '../../../..'),
5451
url: 'http://localhost:3000/templates/create-and-submit-templates',
5552
reuseExistingServer: !process.env.CI,
5653
stderr: 'pipe',
54+
stdout: 'pipe',
5755
},
5856
});

0 commit comments

Comments
 (0)