Skip to content

Commit

Permalink
Test with Firefox / Webkit as well
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-tengler committed Jan 28, 2024
1 parent 0f8a08e commit 41a14e9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions examples/latest/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,13 @@ export default defineConfig({
name: "chromium",
use: { ...devices["Desktop Chrome"] },
},
{
name: "firefox",
use: { ...devices["Desktop Firefox"] },
},
{
name: "webkit",
use: { ...devices["Desktop Safari"] },
},
],
});

0 comments on commit 41a14e9

Please sign in to comment.