https://github.com/beatfactor/nightwatch-webrtcdemo
Demo test project for "Testing WebRTC Apps with Nightwatch" blog article.
https://github.com/beatfactor/nightwatch-webrtcdemo
Last synced: 12 months ago
JSON representation
Demo test project for "Testing WebRTC Apps with Nightwatch" blog article.
- Host: GitHub
- URL: https://github.com/beatfactor/nightwatch-webrtcdemo
- Owner: beatfactor
- License: mit
- Created: 2014-12-02T21:14:27.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-03T00:10:03.000Z (over 11 years ago)
- Last Synced: 2025-07-02T18:16:02.743Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://nightwatchjs.org/blog
- Size: 227 KB
- Stars: 11
- Watchers: 0
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nightwatch WebRTC Demo
Demo test project for [Testing WebRTC apps with Nightwatch](http://nightwatchjs.org/blog/testing-webrtc-apps-with-nightwatch/) blog article.
***
#### [Homepage](http://nightwatchjs.org) | [Developer Guide](http://nightwatchjs.org/guide) | [API Reference](http://nightwatchjs.org/api)
### Running the test
1) Install [Node.js](http://nodejs.org) if not present and clone the repo:
```sh
$ git clone https://github.com/beatfactor/nightwatch-webrtcdemo.git
$ cd nightwatch-webrtcdemo
$ npm install
```
2) Download the `selenium-server-standalone-2.43.1.jar` or newer from http://selenium-release.storage.googleapis.com/index.html and place it in your `bin` folder - remember to update `nightwatch.json` if you download a newer version.
3) Download the `chromedriver` from http://chromedriver.storage.googleapis.com/index.html and place it in your `bin` folder
4) To run the test with 2 chrome peers
```sh
$ ./bin/nightwatch.js --env chrome,chrome
```