Skip to content

Commit

Permalink
dont test firefox in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mitschabaude committed Jan 18, 2023
1 parent 536f5ec commit 6ef48f4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ const config: PlaywrightTestConfig = {
...devices['Desktop Chrome'],
},
},
{
name: 'firefox-desktop',
use: {
browserName: 'firefox',
...devices['Desktop Firefox'],
},
},
// {
// name: 'firefox-desktop',
// use: {
// browserName: 'firefox',
// ...devices['Desktop Firefox'],
// },
// },
],
/* Run your local dev server before starting the tests */
webServer: {
Expand Down

0 comments on commit 6ef48f4

Please sign in to comment.