- Node JS
Following pakages we used in this project.
- cypress
- @cypress/xpath
- cypress-mochawesome-reporter
- cypress-plugin-api
- xlsx
- Page Object Model
- JavaScript (JS)
Install project dependencies with:
npm install
Execution on Electron
npm run cypress:execution
Execution on Chrome
cypress:execution:Chrome
Execution on Firefox
npm run cypress:execution
- HTML report open automatically after completeion of test executions.
- Report path "cypress\reports\html\index.html"
- Collection Added Under "API-User_Automation_Collections" on root dirctory.