- node is required to run npm tests.
- Cypress version 12 and above
- Clone this repository from Github
- Run npm install inside that folder
- Create a new file
cypress.env.json
in root folder and add following JSON
{ "baseUrl": **environmentURL**, "username": **username**, "password": **password** }
- Now set username and password to your user credentials.
- Open cypress dashboard using
npm run cy:open
- For slack integration, reach out to any of the admin users in #cypress-cop slack channel with the name of channel that needs to be updated with notifications.
- For CI/CD setup, refer following document - https://arcpublishing.atlassian.net/wiki/spaces/CPCA/pages/edit-v2/3138650280