/hello-cypress-cucumber

test project using cypress with cucumber

Primary LanguageJavaScript

hello-cypress-cucumber

Simple Node.js project for testing purpose using cypress with cucumber

Module requirements

Start testing

git clone https://github.com/cuerposaco/hello-cypress-cucumber.git
cd hello-cypress-cucumber
npm install
npm run test

Important configuration

"cypress-cucumber-preprocessor": {
  "nonGlobalStepDefinitions": true
}
  • Working project Cucumber/Gherkin features and cypress tests are located into cypress/integration/ folder.