Skip to content

Commit

Permalink
Update playwright.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
BakkappaN authored Feb 7, 2024
1 parent 4a1fc64 commit f93ed81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playwright.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module.exports = defineConfig({
// video, screenshot, headless mode
video:'on',
screenshot: 'on',
headless : false,
headless : true,

// custom attribute
testIdAttribute: 'autocomplete',
Expand Down Expand Up @@ -92,4 +92,4 @@ module.exports = defineConfig({
// url: 'http://127.0.0.1:3000',
// reuseExistingServer: !process.env.CI,
// },
});
});

0 comments on commit f93ed81

Please sign in to comment.