File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
tests/test-team/config/accessibility Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff 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} ) ;
You can’t perform that action at this time.
0 commit comments