Skip to content

Commit ced3230

Browse files
Update README with w3c and webdriverIO version
1 parent f74c401 commit ced3230

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# webdriverio-appium-app-browserstack
2+
23
This repository demonstrates how to run Appium tests using [WebdriverIO](http://webdriver.io/) on BrowserStack App Automate.
34

45
<div align="center">
@@ -8,11 +9,18 @@ This repository demonstrates how to run Appium tests using [WebdriverIO](http://
89

910
Code samples to get started with Appium tests for your Native App using WebdriverIO.
1011

12+
## Based on
13+
14+
These code samples are currently based on:
15+
16+
- **WebdriverIO:** `7.20.5`
17+
- **Protocol:** `W3C`
18+
1119
## Setup
1220

1321
### Requirements
1422

15-
* Node.js 8.11.2+
23+
- Node.js 8.11.2+
1624
- If you don't have Node installed, download it from [here](https://nodejs.org/en/)
1725

1826
### Install the dependencies
@@ -38,12 +46,13 @@ npm i
3846
Getting Started with Appium tests using WebdriverIO on BrowserStack couldn't be easier!
3947

4048
### 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)
4352

4453
### Speed up test execution with parallel testing :
4554

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)
4756
- 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)
4857

4958
### 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
5665
## Getting Help
5766

5867
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).
59-

0 commit comments

Comments
 (0)