Dashboard e2e tests in CI
The README.md says:
yarn test
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
❯ yarn test
yarn run v1.22.15
warning ../../../../package.json: No license field
$ craco test
/bin/sh: 1: craco: not found
error Command failed with exit code 127.
I am unfamiliar with nodejs testing. Before I go ahead to install craco: What tests are implemented so far ? Please add them to the CI pipeline so we can detect regressions etc.