webcomponent-e2e
How to run it (localhost)
- Start openvidu-server:
docker run -p 4443:4443 --rm -e OPENVIDU_SECRET=MY_SECRET openvidu/openvidu-server-kms:2.13.0
- Start webcomponent app:
http-server web/
By default, the app will start on http://localhost:8080.
- Install dependencies:
npm install
- Run tests:
npm run test