Cypress end to end framework, In that framework you can perform End to End Web Automation testing, Integration testing and API testing
Installation Guide
- Clone the repo in your local and run the following command, to install the dependencies of the framework
npm install
- Once the installtion is done, run the following command to trigger the cucumber based end to end test
npm run cucumbertest
Then you can view the html report in following path CypressAutomationE2EFramework/cucumber-report.html