We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3bb204 commit 9973be6Copy full SHA for 9973be6
tests/specs/local_test.js
@@ -1,4 +1,4 @@
1
-describe('BrowserStack Local Testing', () => {
+describe('BStack Local Testing', () => {
2
it('can check tunnel working', async () => {
3
await browser.url('http://bs-local.com:45454');
4
await browser.waitUntil(
tests/specs/test.js
-describe("Testing with Bstackdemo", () => {
+describe("Testing with BStackDemo", () => {
it("add product to cart", async () => {
await browser.url("https://bstackdemo.com/");
0 commit comments