You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,17 +33,17 @@ npm i
33
33
Getting Started with Appium tests using WebdriverIO on BrowserStack couldn't be easier!
34
34
35
35
### Run first test:
36
-
- Switch to `run_first_test` directory under [Android examples](./android) or [iOS examples](./ios)
36
+
- Switch to `run-first-test` directory under [Android examples](./android) or [iOS examples](./ios)
37
37
- Follow the steps outlined in the documentation - [Get Started with your first test on App Automate](https://www.browserstack.com/docs/app-automate/appium/getting-started/nodejs/webdriverio)
38
38
39
39
### Speed up test execution with parallel testing :
40
40
41
-
- Switch to `run_parallel_test` directory under [Android examples](./android) or [iOS examples](./ios)
41
+
- Switch to `run-parallel-test` directory under [Android examples](./android) or [iOS examples](./ios)
42
42
- Follow the steps outlined in the documentation - [Get Started with parallel testing on App Automate](https://www.browserstack.com/docs/app-automate/appium/getting-started/nodejs/webdriverio/parallelize-tests)
43
43
44
44
### Use Local testing for apps that access resources hosted in development or testing environments :
45
45
46
-
- Switch to `run_local_test` directory under [Android examples](./android) or [iOS examples](./ios)
46
+
- Switch to `run-local-test` directory under [Android examples](./android) or [iOS examples](./ios)
47
47
- Follow the steps outlined in the documentation - [Get Started with Local testing on App Automate](https://www.browserstack.com/docs/app-automate/appium/getting-started/nodejs/webdriverio/local-testing)
48
48
49
49
**Note**: If you are facing any issues, refer [Getting Help section](#Getting-Help)
0 commit comments