Skip to content

Commit

Permalink
Set playwright.config.js headless: true
Browse files Browse the repository at this point in the history
  • Loading branch information
fabio-miguel committed Jun 27, 2024
1 parent 1a9cd29 commit d6771d6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions server/playwright.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ module.exports = defineConfig({
globalTeardown: "./playwrightTeardown.js",
use: {
trace: "on-first-retry",
/* Playwright will run the browsers in a non-headless mode, i.e., with a graphical user interface (GUI). */
headless: false,
headless: true,
},

/* Configure projects for major browsers */
Expand Down

0 comments on commit d6771d6

Please sign in to comment.