radhakrishnanakireddy / Rcypress-cucumber-boilerplate

Cypress.IO Project using Javascript and Cucumber to start automating E2E tests just cloning it and installing dependencies.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cypress-cucumber-boilerplate-for-e2e-testing

exemplo imagem

Cypress 10+ with Cucumber boilerplate project.

๐Ÿ’ป Topics

Integrated with:

(+ bundlers: https://github.com/badeball/cypress-cucumber-preprocessor/tree/master/examples)

  • ๐Ÿ’ป Pre-requisites

Before you use this project you only need to have Node Js installed in your computer.

https://nodejs.org/es/download/

Also, download and install the JSON fomatter depending on your OS

https://github.com/cucumber/json-formatter

๐Ÿš€ Install the project

Install project dependencies with: npm i

๐Ÿš€ Run the demo:

Open the terminal and run: npm run cypress:execution

Docker configuration

  • Added cucumber-json-formatter-linux-386 in root folder and renamed to cucumber-json-formatter
  • Now run the docker cmd : docker-compose run e2e npm run cukeReg

About

Cypress.IO Project using Javascript and Cucumber to start automating E2E tests just cloning it and installing dependencies.


Languages

Language:Gherkin 54.6%Language:JavaScript 45.4%