Skip to content

Commit

Permalink
ci: disable tests on other browsers
Browse files Browse the repository at this point in the history
Signed-off-by: rare-magma <[email protected]>
  • Loading branch information
rare-magma committed Feb 25, 2024
1 parent ce47e4a commit 308bc4f
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,25 +37,25 @@ export default defineConfig({
use: { ...devices["Desktop Chrome"] },
},

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

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

/* Test against mobile viewports. */
{
name: "Mobile Chrome",
use: { ...devices["Pixel 5"] },
},
{
name: "Mobile Safari",
use: { ...devices["iPhone 12"] },
},
// {
// name: "Mobile Safari",
// use: { ...devices["iPhone 12"] },
// },
],

/* Run your local dev server before starting the tests */
Expand Down

0 comments on commit 308bc4f

Please sign in to comment.