add instructions for running tests

closes #8843
This commit is contained in:
Martin Raifer
2022-06-02 16:58:46 +02:00
parent c1947843b6
commit 524cd5d512

View File

@@ -369,6 +369,7 @@ Test your code and make sure it passes.
2. run `npm install`
3. run `npm test` to see whether your tests pass or fail.
Note that in order to run the tests, Chrome needs to be installed on the system. Chromium can be used as an alternative, but requires setting the environment variable `CHROME_BIN` to the corresponding executable (e.g. `export CHROME_BIN="`which chromium`"`).
### Building / Installing