Skip to content

Commit

Permalink
Update vitest browsers config
Browse files Browse the repository at this point in the history
  • Loading branch information
hieu-w committed Jan 16, 2025
1 parent b0ccc53 commit c6a5b6c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 41 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@ export default defineConfig({
screenshotFailures: false,
headless: true,
provider: "playwright",
name: "chromium",
enabled: true,
testerHtmlPath: "./test/test.html",
instances: [
{ name: "Chrome", browser: "chromium" },
{ name: "Firefox", browser: "firefox" },
{ name: "Safari", browser: "webkit" },
],
},
coverage: {
reporter: ["text"],
Expand Down
20 changes: 0 additions & 20 deletions test/configs/firefox.config.mts

This file was deleted.

20 changes: 0 additions & 20 deletions test/configs/safari.config.mts

This file was deleted.

0 comments on commit c6a5b6c

Please sign in to comment.