Skip to content

Testing

Run from the repository root:

Terminal window
yarn workspace cosmos-digital-services test:unit
yarn workspace cosmos-digital-services test:e2e
yarn workspace cosmos-digital-services test:e2e:ui

The app also exposes:

Terminal window
yarn workspace cosmos-digital-services test

That command runs unit tests and e2e tests together.