Skip to content

Commit bb16b09

Browse files
committed
🚨 Fix vitest.bs.config.ts: add unique name per browser
instance
1 parent 5f20c21 commit bb16b09

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

vitest.bs.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ export default defineConfig({
8585
provider: playwright(),
8686
instances: browserConfigurations.map((config) => ({
8787
browser: getPlaywrightBrowserName(config.name),
88+
name: config.sessionName,
8889
playwright: {
8990
connectOptions: {
9091
wsEndpoint: `wss://cdp.browserstack.com/playwright?caps=${encodeURIComponent(JSON.stringify(getCapabilities(config)))}`,

0 commit comments

Comments
 (0)