openvidu/openvidu-components-angular/webcomponent-test-e2e
csantosm 1e4571675d openvidu-components: Fixed test when running in CI mode 2022-03-17 12:05:54 +01:00
..
web openvidu-components: Added participant created event and e2e test 2022-03-16 16:34:55 +01:00
LICENSE openvidu-components: Added webcomponent E2E tests 2022-03-16 12:15:22 +01:00
README.md openvidu-components: Added webcomponent E2E tests 2022-03-16 12:15:22 +01:00
config.ts openvidu-components: Fixed test when running in CI mode 2022-03-17 12:05:54 +01:00
package-lock.json openvidu-components: Parametrized selenium server url in E2E tests 2022-03-17 10:41:48 +01:00
package.json openvidu-components: Fixed test when running in CI mode 2022-03-17 12:05:54 +01:00
test.ts openvidu-components: Fixed test when running in CI mode 2022-03-17 12:05:54 +01:00
tsconfig.json openvidu-components: Added webcomponent E2E tests 2022-03-16 12:15:22 +01:00

README.md

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:latest
  1. Opnenning a new terminal, prepare webcomponent test.

Run the following command under the root directory (openvidu/openvidu-webcomponent-angular/)

npm run install
npm run webcomponent:prepare-test-e2e
  1. Install test dependencies:
npm run install --prefix webcomponent-test-e2e
  1. Opnenning a new terminal, Run the webcomponent app. By default, the app will start on http://localhost:8080.
http-server webcomponent-test-e2e/web
  1. Run the E2E test:
npm run webcomponent:e2e