Skip to content

Commit e502029

Browse files
authored
Patch caps session name is causing abrupt close
Exceeding the limit characters for session name
1 parent 3d1d2fc commit e502029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playwright-test/fixtures.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ exports.test = base.test.extend({
6363
page: async ({ page, playwright }, use, testInfo) => {
6464
// Use BrowserStack Launched Browser according to capabilities for cross-browser testing.
6565
if (testInfo.project.name.match(/browserstack/)) {
66-
patchCaps(testInfo.project.name, `${testInfo.file} - ${testInfo.title}`);
66+
patchCaps(testInfo.project.name, `${testInfo.title}`);
6767
const vBrowser = await playwright.chromium.connect({
6868
wsEndpoint:
6969
`wss://cdp.browserstack.com/playwright?caps=` +

0 commit comments

Comments
 (0)