Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 1.6 KB

README.md

File metadata and controls

53 lines (33 loc) · 1.6 KB

Image

cye2e

Are you a newbie in QA Engineering? Are you trying to ease your way into Automation? Have you been learning Cypress? Would you like to be able to set up Cypress with a BDD framework and reporter without stress?

If yes, this plugin is for you. Since I started training people in software automation, the majority of problems that I have had to help people resolve is usually around set up. Hence, the reason that I decided to create this plugin so that people can easily setup cypress.

You can create a cypress Template project that you can easily edit to suit your purpose.

Installation

npm install -g cye2e

Usage

  • After Installation, open the terminal in your desired directory and run cye2e

Example

Going through the questions looks like this

BDD
BDD Typsecript Config with reporter selected
TDD
Cypress Config with no BDD or reporter selected
Project-Structure
Cypress Project Created
CI/CD-Structure
Cypress Config with BDD, Reporter, and GitHub Template
CI/CD-Structure
Cypress BDD Folder Structure with GitHub Template

You can run the npx cypress run or npx cypress open command to see it execute.

What's left is to continue to edit the template created to suit your needs

Compatibility

  • It should be compatible with all versions of Cypress
  • Node version >= 18+

Support

Issues