Skip to content

Commit 3ec7d05

Browse files
committed
minor updates in Readme
1 parent 964c42f commit 3ec7d05

File tree

1 file changed

+15
-16
lines changed

1 file changed

+15
-16
lines changed

README.md

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,23 @@ Code samples to get started with Appium tests for your Native App using Webdrive
1111
## Setup
1212

1313
### Requirements
14-
* Node.js
15-
- Install at least **v8.11.2 or higher** as this is the oldest active LTS version
16-
- If you don't have Node installed, you can get get it installed from [here](https://nodejs.org/en/)
1714

18-
### Install Dependencies
19-
To install the dependencies for Android tests, run :
15+
* Node.js 8.11.2+
16+
- If you don't have Node installed, download it from [here](https://nodejs.org/en/)
17+
18+
### Install the dependencies
19+
20+
For Android tests, run the following command in project's base directory :
21+
2022
```sh
2123
cd android
2224
npm i
2325
```
26+
2427
Or,
25-
To install the dependencies for iOS tests, run :
28+
29+
For dependencies for iOS tests, run following command in project's base directory :
30+
2631
```sh
2732
cd ios
2833
npm i
@@ -33,26 +38,20 @@ npm i
3338
Getting Started with Appium tests using WebdriverIO on BrowserStack couldn't be easier!
3439

3540
### Run first test:
36-
- Switch to `run-first-test` directory under [Android examples](./android) or [iOS examples](./ios)
41+
- Test script is available in `run-first-test` directory under [Android examples](./android) or [iOS examples](./ios)
3742
- 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)
3843

3944
### Speed up test execution with parallel testing :
4045

41-
- Switch to `run-parallel-test` directory under [Android examples](./android) or [iOS examples](./ios)
46+
- Test script is available in `run-parallel-test` directory under [Android examples](./android) or [iOS examples](./ios)
4247
- 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)
4348

4449
### Use Local testing for apps that access resources hosted in development or testing environments :
4550

46-
- Switch to `run-local-test` directory under [Android examples](./android) or [iOS examples](./ios)
51+
- Test script is available in `run-local-test` directory under [Android examples](./android) or [iOS examples](./ios)
4752
- 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)
4853

49-
**Note**: If you are facing any issues, refer [Getting Help section](#Getting-Help)
50-
51-
52-
## Integration with other Javascript frameworks
53-
54-
For other test frameworks supported by App-Automate refer our [Developer documentation](https://www.browserstack.com/docs/)
55-
54+
**Note**: For other test frameworks supported by App-Automate refer our [Developer documentation](https://www.browserstack.com/docs/)
5655

5756
## Getting Help
5857

0 commit comments

Comments
 (0)