Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 981 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 981 Bytes

Nightwatch WebRTC Demo

Demo test project for Testing WebRTC apps with Nightwatch blog article.


Running the test

  1. Install Node.js if not present and clone the repo:
$ git clone https://github.com/beatfactor/nightwatch-webrtcdemo.git
$ cd nightwatch-webrtcdemo
$ npm install
  1. 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.

  2. Download the chromedriver from http://chromedriver.storage.googleapis.com/index.html and place it in your bin folder

  3. To run the test with 2 chrome peers

$ ./bin/nightwatch.js --env chrome,chrome