There was an error while loading. Please reload this page.
1 parent 5f20c21 commit bb16b09Copy full SHA for bb16b09
1 file changed
vitest.bs.config.ts
@@ -85,6 +85,7 @@ export default defineConfig({
85
provider: playwright(),
86
instances: browserConfigurations.map((config) => ({
87
browser: getPlaywrightBrowserName(config.name),
88
+ name: config.sessionName,
89
playwright: {
90
connectOptions: {
91
wsEndpoint: `wss://cdp.browserstack.com/playwright?caps=${encodeURIComponent(JSON.stringify(getCapabilities(config)))}`,
0 commit comments