Test project that is used to write true E2E tests using ICDS (@ukic/react) components.
Run the following steps to get the ICDS test app up and running.
This project uses Node.
npm install npm@latest -g
npm install
npm run develop
Navigate to the localhost port
npm run jest
cd cypress-tests
npm install
npm run cypress:open