Skip to content

Commit

Permalink
Update vitest browsers test config
Browse files Browse the repository at this point in the history
  • Loading branch information
hieu-w committed Jan 16, 2025
1 parent 43538d3 commit bef373b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 43 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,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
21 changes: 0 additions & 21 deletions test/configs/firefox.config.mts

This file was deleted.

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

This file was deleted.

0 comments on commit bef373b

Please sign in to comment.