Skip to content

Commit

Permalink
Include Webkit in E2E testing
Browse files Browse the repository at this point in the history
  • Loading branch information
silvenon committed Mar 30, 2024
1 parent a000f78 commit b4e1ff6
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,12 @@ export default defineConfig({
...devices['Desktop Chrome'],
},
},
...(process.env.CI
? [
{
name: 'webkit',
use: {
...devices['Desktop Safari'],
},
},
]
: []),
{
name: 'webkit',
use: {
...devices['Desktop Safari'],
},
},
],
webServer: {
command: 'npm start',
Expand Down

0 comments on commit b4e1ff6

Please sign in to comment.