Skip to content

Commit

Permalink
headless mode run configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Zahid-Automate committed Jan 11, 2024
1 parent 987ea5a commit d38cbaf
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,20 @@ export default defineConfig({
{
name: 'chromium',
use: { ...devices['Desktop Chrome'],
headless : false,

},

},

{
name: 'firefox',
use: { ...devices['Desktop Firefox'] },
},
// {
// name: 'firefox',
// use: { ...devices['Desktop Firefox'] },
// },

{
name: 'webkit',
use: { ...devices['Desktop Safari'] },
},
// {
// name: 'webkit',
// use: { ...devices['Desktop Safari'] },
// },

/* Test against mobile viewports. */
// {
Expand Down

0 comments on commit d38cbaf

Please sign in to comment.