https://github.com/joydeep100/cypress_cucumberbdd
Cypress FW for UI & REST API Testing using Cucumber & POM!
https://github.com/joydeep100/cypress_cucumberbdd
cucumber cypress pageobjectmodel rest-api
Last synced: 12 months ago
JSON representation
Cypress FW for UI & REST API Testing using Cucumber & POM!
- Host: GitHub
- URL: https://github.com/joydeep100/cypress_cucumberbdd
- Owner: joydeep100
- Created: 2020-03-12T04:46:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-17T09:55:25.000Z (almost 6 years ago)
- Last Synced: 2025-01-20T22:39:05.864Z (about 1 year ago)
- Topics: cucumber, cypress, pageobjectmodel, rest-api
- Language: JavaScript
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 0
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Cypress Demo Framework for Web & REST API Testing
Cypress implementation with Cucumber and Page Object Model.
[](https://www.cypress.io/)
### Environment
- Linux / Mac / Windows
### Dependecy
- node
- npm
### Libraries Used.
- @4tw/cypress-drag-drop
- cypress
- cypress-cucumber-preprocessor
- underscore
### Techniques used
- Page Object Model
- BDD (Cucumber)
- Custom Commands
- Drag and Drop
- REST API testing (GET, POST, PUT, PATCH & DELETE)
- Test Tags
### How to install
- Pull the branch
- Goto the project root folder (i.e. cypdemoprj)
- run the command ```npm install```
### How to run
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