Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 601 Bytes

HACKING.md

File metadata and controls

31 lines (20 loc) · 601 Bytes

You can also find relevant documentation on the wiki.

TODO: Reconcile two documentation sources.

Instructions for running automated tests on Fedora/non-Ubuntu systems

NOTE: Currently the firefox microphone test fails when running the tests this way.

  • Build the docker image
podman build -f Dockerfile.test -t vad .
  • Run the container and mount the package folder
podman run -it -v $(pwd):/app vad /bin/bash
  • Build all the packages
npm run build
  • Run automated tests
npm run test