Jmarti Theinit Cypress Cucumber Example Save

An example skeleton with Cypress and Cucumber

Project README

Cypress - Cucumber Example

Installing

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

Submodules where added as

git submodule add [email protected]:jmarti-theinit/cypress-cucumber-examples-features.git gherkin-features

Use your own repo doing:

git submodule deinit gherkin-features
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.

Open Source Agenda is not affiliated with "Jmarti Theinit Cypress Cucumber Example" Project. README Source: heedrox/cypress-cucumber-example

Open Source Agenda Badge

Open Source Agenda Rating