Skip to content

Commit

Permalink
revert playwright projects
Browse files Browse the repository at this point in the history
  • Loading branch information
JoCa96 committed Jul 10, 2024
1 parent 4fda02c commit 078eb9d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/sit-onyx/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,9 @@ export default defineConfig({
},
},
/* Configure projects for major browsers */
projects: [{ name: "chromium", use: { ...devices["Desktop Chrome"] } }],
projects: [
{ name: "chromium", use: { ...devices["Desktop Chrome"] } },
{ name: "firefox", use: { ...devices["Desktop Firefox"] } },
{ name: "webkit", use: { ...devices["Desktop Safari"] } },
],
});

0 comments on commit 078eb9d

Please sign in to comment.