Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/billmeyer/simple-rdc-wdio
https://github.com/billmeyer/simple-rdc-wdio
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/billmeyer/simple-rdc-wdio
- Owner: billmeyer
- Created: 2020-02-19T18:34:30.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T19:42:38.000Z (about 2 years ago)
- Last Synced: 2024-04-14T23:04:59.812Z (10 months ago)
- Language: JavaScript
- Size: 534 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simple-rdc
Demonstrate executing a simple, Webdriver I/O-based automated test on the Sauce RDC platform.
## Setup
1. Install __Node.js__. This project has been tested with __Node v12.12.0 LTS__.
1. Be sure to set an environment variable named __TESTOBJECT_API_KEY__ to point to a __Web__ project on https://app.testobject.com.
2. Clone this project out of GitHub.```bash
$ git clone https://github.com/billmeyer/simple-rdc
```3. Install __Node__ dependencies:
```bash
$ cd simple-rdc
$ npm i
```## Execution
1. To run the mobile test, execute the following:
```bash
$ npm run test-rdc
```2. To run the desktop test, execute the following:
```bash
$ npm run test
```