Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (17 loc) · 424 Bytes

TESTING.md

File metadata and controls

27 lines (17 loc) · 424 Bytes

Tests

Unit tests

Run unit tests with:

npm run test:components

Integration tests

First you have to make sure your code is built:

npm run build

Then run integration tests with:

npm run test:integration

Experience tests with Selenium

Additional UI tests are run with Selenium to meet the requirements of a starter kit. Refer to: scripts/README.md.