Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joydeep100/cypressironspecter
Cypress FW for UI & REST API Testing using Cucumber & POM!
https://github.com/joydeep100/cypressironspecter
cucumber cypress pageobjectmodel rest-api
Last synced: about 1 month ago
JSON representation
Cypress FW for UI & REST API Testing using Cucumber & POM!
- Host: GitHub
- URL: https://github.com/joydeep100/cypressironspecter
- Owner: joydeep100
- Created: 2020-03-12T04:46:31.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-17T09:55:25.000Z (over 4 years ago)
- Last Synced: 2024-11-19T19:16:48.478Z (about 1 month 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.
[![Cypress.io](https://img.shields.io/badge/tested%20with-Cypress-04C38E.svg)](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