Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leaysgur/webrtc-e2e
E2E test for WebRTC app with TestCafe.
https://github.com/leaysgur/webrtc-e2e
Last synced: 24 days ago
JSON representation
E2E test for WebRTC app with TestCafe.
- Host: GitHub
- URL: https://github.com/leaysgur/webrtc-e2e
- Owner: leaysgur
- Created: 2018-03-12T03:10:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-06T04:58:17.000Z (over 6 years ago)
- Last Synced: 2024-04-15T07:12:07.632Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 116 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webrtc-e2e
by `testcafe`(= not using `selenium`).
### Setup
```sh
# prepare your key
echo "window.__SKYWAY_KEY__ = '';" >> ./src/shared/key.js# then run all tests
npm run test
# or run specified test
npm run test -- --src ./tests/2.js# for dev
npm run _server
npm run _tc -- --src ./tests/1.js --browsers firefox
```### Contents
- 1: Vanilla P2P:Media
- 2: SkyWay P2P:Media
- 3: SkyWay P2P:Data
- 4: SkyWay P2P:Media replaceStream
- 5: SkyWay MeshRoom
- 6: SkyWay SfuRoom