Skip to content

Commit 0376604

Browse files
Pratik Thakurfrancisf
Pratik Thakur
authored andcommitted
added new line
1 parent 329646f commit 0376604

File tree

5 files changed

+4
-6
lines changed

5 files changed

+4
-6
lines changed

browserstack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ exports.getCdpEndpoint = (name, title) => {
4949
const cdpUrl = `wss://cdp.browserstack.com/playwright?caps=${encodeURIComponent(JSON.stringify(caps))}`
5050
console.log(`--> ${cdpUrl}`)
5151
return cdpUrl;
52-
}
52+
}

global-setup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ module.exports = async () => {
2121
while (!localResponseReceived) {
2222
await sleep(1000);
2323
}
24-
};
24+
};

global-teardown.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ module.exports = async () => {
1515
await sleep(1000);
1616
}
1717
}
18-
}
18+
}

tests/local_test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,4 @@ test('Local Testing', async ({ page },testInfo) => {
1919

2020
}
2121

22-
2322
});

tests/sample_test.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ try{
3535
console.log(e);
3636
await page.evaluate(_ => {}, `browserstack_executor: ${JSON.stringify({action: 'setSessionStatus',arguments: {status: 'failed',reason: 'Test failed'}})}`);
3737

38-
}
38+
}
3939

40-
4140
});

0 commit comments

Comments
 (0)