Run unit tests with:
npm run test:components
First you have to make sure your code is built:
npm run build
Then run integration tests with:
npm run test:integration
Additional UI tests are run with Selenium to meet the requirements of a starter kit. Refer to: scripts/README.md.