License badge Documentation Status Docker badge Support badge

webcomponent-e2e

How to run it (localhost)

  1. Start openvidu-server:
docker run -p 4443:4443 --rm -e OPENVIDU_SECRET=MY_SECRET openvidu/openvidu-server-kms:2.13.0
  1. Start webcomponent app:
http-server web/

By default, the app will start on http://localhost:8080.

  1. Install dependencies:
npm install
  1. Run tests:
npm run test