cuerposaco / hello-cypress-cucumber

test project using cypress with cucumber

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

test project using cypress with cucumber


Languages

Language:JavaScript 84.6%Language:Gherkin 15.4%