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
+13-5Lines changed: 13 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
1
# webdriverio-appium-app-browserstack
2
+
2
3
This repository demonstrates how to run Appium tests using [WebdriverIO](http://webdriver.io/) on BrowserStack App Automate.
3
4
4
5
<divalign="center">
@@ -8,11 +9,18 @@ This repository demonstrates how to run Appium tests using [WebdriverIO](http://
8
9
9
10
Code samples to get started with Appium tests for your Native App using WebdriverIO.
10
11
12
+
## Based on
13
+
14
+
These code samples are currently based on:
15
+
16
+
-**WebdriverIO:**`7.20.5`
17
+
-**Protocol:**`W3C`
18
+
11
19
## Setup
12
20
13
21
### Requirements
14
22
15
-
* Node.js 8.11.2+
23
+
- Node.js 8.11.2+
16
24
- If you don't have Node installed, download it from [here](https://nodejs.org/en/)
17
25
18
26
### Install the dependencies
@@ -38,12 +46,13 @@ npm i
38
46
Getting Started with Appium tests using WebdriverIO on BrowserStack couldn't be easier!
39
47
40
48
### Run first test:
41
-
- Test script is available in `run-first-test` directory under [Android examples](./android) or [iOS examples](./ios)
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)
49
+
50
+
- Test script is available in `run-first-test` directory under [Android examples](./android) or [iOS examples](./ios)
51
+
- 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)
43
52
44
53
### Speed up test execution with parallel testing :
45
54
46
-
- Test script is available in `run-parallel-test` directory under [Android examples](./android) or [iOS examples](./ios)
55
+
- Test script is available in `run-parallel-test` directory under [Android examples](./android) or [iOS examples](./ios)
47
56
- 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)
48
57
49
58
### Use Local testing for apps that access resources hosted in development or testing environments :
@@ -56,4 +65,3 @@ Getting Started with Appium tests using WebdriverIO on BrowserStack couldn't be
56
65
## Getting Help
57
66
58
67
If you are running into any issues or have any queries, please check [Browserstack Support page](https://www.browserstack.com/support/app-automate) or [get in touch with us](https://www.browserstack.com/contact?ref=help).
0 commit comments