Skip to content
Permalink
Browse files
Server is headless, adjusted for build tests
  • Loading branch information
pastorpv committed Nov 26, 2019
1 parent 93ba29e commit e8010dfca6727a8acb8b3a7229d67e67186c4832
Showing 1 changed file with 1 addition and 1 deletion.
@@ -6,7 +6,7 @@ module.exports = {
port: 8080,
},
launch: {
headless: false,
headless: true,
devtools: true,
timeout: 30000
}

0 comments on commit e8010df

Please sign in to comment.