Skip to content

Commit

Permalink
chore: add more browsers to playwright config
Browse files Browse the repository at this point in the history
  • Loading branch information
thepassle committed Oct 18, 2023
1 parent f5f31fa commit bd6f65a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/browser/playwright.config.ts
Expand Up @@ -7,6 +7,14 @@ const config: PlaywrightTestConfig = {
name: 'chromium',
use: { ...devices['Desktop Chrome'] },
},
{
name: 'firefox',
use: { ...devices['Desktop Firefox'] },
},
{
name: 'webkit',
use: { ...devices['Desktop Safari'] },
},
],
timeout: 10_000,
retries: 1,
Expand Down

0 comments on commit bd6f65a

Please sign in to comment.