WebRTC Deployment Testing Toolkit
See this blogpost about how we use this for testing Talky deployments.
#Required software
- xvfb
- sqlite3
- python-pip
- google-chrome
- chromium-browser
- firefox
- mozrunner (via pip/easy_install)
#Recommended reading The webrtc team has published two excellent blog posts on automatted interop testing between Firefox and Chrome:
The test scripts in this repository are based on a technique demonstrated by the turn-prober.sh script.