Skip to content

Commit

Permalink
restore other browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasballinger committed Dec 4, 2024
1 parent 56d9b53 commit ccc1429
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions test-nextjs/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,17 @@ export default defineConfig({
name: "chromium",
use: { ...devices["Desktop Chrome"] },
},

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

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

/* Test against mobile viewports. */
// {
// name: 'Mobile Chrome',
Expand Down

0 comments on commit ccc1429

Please sign in to comment.