Cypress implementation with Cucumber and Page Object Model.
- Linux / Mac / Windows
- node
- npm
- @4tw/cypress-drag-drop
- cypress
- cypress-cucumber-preprocessor
- underscore
- Page Object Model
- BDD (Cucumber)
- Custom Commands
- Drag and Drop
- REST API testing (GET, POST, PUT, PATCH & DELETE)
- Test Tags
- Pull the branch
- Goto the project root folder (i.e. cypdemoprj)
- run the command
npm install
a. Headless mode
- run the command
npx cypress run
b. Running from the Test Runner
- run the command
npx cypress open
and click on the required feature files