Skip to content

Commit

Permalink
run tests headless
Browse files Browse the repository at this point in the history
  • Loading branch information
SandyRogers committed Oct 4, 2024
1 parent 51d076f commit bd5958f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/jest-puppeteer.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
Expand Down

0 comments on commit bd5958f

Please sign in to comment.