Skip to content

Commit

Permalink
enabled webkit and firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
Cassidy-Boilley committed May 23, 2024
1 parent 64f5059 commit cf267dc
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ export default defineConfig({
use: { ...devices['Desktop Chrome'] },
},

// {
// 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 cf267dc

Please sign in to comment.