diff --git a/tests/jest-puppeteer.config.js b/tests/jest-puppeteer.config.js index d0f28e7..f67bd1c 100644 --- a/tests/jest-puppeteer.config.js +++ b/tests/jest-puppeteer.config.js @@ -3,7 +3,7 @@ const shinyProxyJar = process.env.SHINY_PROXY_JAR || 'shinyproxy-2.6.1.jar' module.exports = { launch: { - headless: false, + headless: true, dumpio: true, browser: 'chrome', },