webrtc-troubleshooter
Forked from https://github.com/MyPureCloud/webrtc-troubleshooter
Develop
git clone
this repositorynpm install
- Serve with your favorite stupid server
npm test
Scripts
FILE=advanced-camera-test.js npm run unit-test-file
to run a single test file- Alternatively run
./node_modules/.bin/ava test/unit/advanced-camera-test.js
for an individual test
- Alternatively run
npm run coverage
runs the code coverage reportnpm test
will run both lint and all the unit-test and report coverage in text form in command line
Test Page
test-page/index.html for console output of 6 tests to ensure webrtc is properly functioning