Skip to content

Commit

Permalink
only use firefox for now, other browsers timeout in the test for some…
Browse files Browse the repository at this point in the history
… reason
  • Loading branch information
lkeegan committed Dec 10, 2024
1 parent 0efe162 commit 63096aa
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,18 @@ export default defineConfig({
trace: "on-first-retry",
},
projects: [
{
name: "chromium",
use: { ...devices["Desktop Chrome"] },
},

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

{
name: "webkit",
use: { ...devices["Desktop Safari"] },
},
// {
// name: "webkit",
// use: { ...devices["Desktop Safari"] },
// },
],
webServer: {
command: "pnpm exec vite dev",
Expand Down

0 comments on commit 63096aa

Please sign in to comment.