Skip to content

ericcmmi/cypress-cucumber-example

 
 

Repository files navigation

Cypress - Cucumber Example

Installing

  • Clone repo
  • Do git submodule init
  • Do git submodule update
  • npm install

Submodules where added as git submodule add git@github.com:jmarti-theinit/cypress-cucumber-examples-features.git gherkin-features

Use your own repo doing:

git submodule add (YOUR_REPO_URL) gherkin-features
git add --all
git commit -m "Change repo url"

Warning

In cypress.json you can check the "chromeWebSecurity" property disabled. Please, do not use it unless you know what it does. This is done right now to make the "feel-lucky" feature to work.

About

An example skeleton with Cypress and Cucumber

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.3%
  • Groovy 7.9%
  • Gherkin 6.8%