Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

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