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
+15-16Lines changed: 15 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,18 +11,23 @@ Code samples to get started with Appium tests for your Native App using Webdrive
11
11
## Setup
12
12
13
13
### 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/)
17
14
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
+
20
22
```sh
21
23
cd android
22
24
npm i
23
25
```
26
+
24
27
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
+
26
31
```sh
27
32
cd ios
28
33
npm i
@@ -33,26 +38,20 @@ npm i
33
38
Getting Started with Appium tests using WebdriverIO on BrowserStack couldn't be easier!
34
39
35
40
### 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)
37
42
- 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
43
39
44
### Speed up test execution with parallel testing :
40
45
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)
42
47
- 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
48
44
49
### Use Local testing for apps that access resources hosted in development or testing environments :
45
50
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)
47
52
- 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
53
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/)
0 commit comments