Skip to content

beatfactor/nightwatch-webrtcdemo

Repository files navigation

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

About

Demo test project for "Testing WebRTC Apps with Nightwatch" blog article.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published