Test project that is used to write true E2E tests using ICDS (@ukic/react) components.
Table of Contents
The Intelligence Community Design System helps the United Kingdom's Intelligence Community (MI6, GCHQ, MI5, and HMGCC, our national security partner, and additional partners) to quickly build powerful capabilities that are accessible and easy to use.
This is a joint project led by MI6, working with GCHQ, MI5 and HMGCC (our national security partner).
Run the following steps to get the ICDS test app up and running.
This project uses Node.
npm install npm@latest -g- Install NPM packages
npm install
- Run the development environment
Navigate to the localhost port
npm run develop
- Run the Jest tests
npm run jest
- Run the Cypress tests
npm run cypress:open


