You can also find relevant documentation on the wiki.
TODO: Reconcile two documentation sources.
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