Table of Contents
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
cd cypress-tests npm install npm run cypress:open