Skip to content

Commit

Permalink
Update multibrowser config
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Jan 28, 2025
1 parent e5b984a commit 1d459f7
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions configs/vitest.base.browser.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,23 @@ export default defineConfig({
enabled: false,
},
browser: {
name: "chrome",
headless: true,
provider: "webdriverio",
screenshotFailures: false,
providerOptions: {
capabilities: {
browserVersion: "stable",
instances: [
{
browser: "chrome",
capabilities: {
browserVersion: "stable",
},
},
},
{
browser: "firefox",
capabilities: {
browserVersion: "stable",
},
},
],
},
},
resolve: {
Expand Down

0 comments on commit 1d459f7

Please sign in to comment.