diff --git a/decktape.js b/decktape.js index 8ad02fa..9644568 100755 --- a/decktape.js +++ b/decktape.js @@ -230,7 +230,7 @@ process.on('unhandledRejection', error => { const options = parser.parse(process.argv.slice(2)); const browser = await puppeteer.launch({ - headless : true, + headless : 'new', // TODO: add a verbose option // dumpio : true, executablePath : options.chromePath,