Skip to content

An example bdd project with cucumber, gherkin and testcafe

Notifications You must be signed in to change notification settings

masmovil/cucumber-testcafe-example

 
 

Repository files navigation

cucumber-testcafe-example

An example bdd project with cucumber, gherkin and testcafe

Setup


npm install

Run tests


npm test

Profiles

You can run tests with a specific profile with some defaults config.

  • default: Run tests with no report and default browser npm test

  • ci: Run tests with html report and chrome:headless browser npm run test:ci

You can add more profiles adding more entries at cucumber.profiles.json.

More documentation about cucumber-cli options here

About

An example bdd project with cucumber, gherkin and testcafe

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.1%
  • Gherkin 3.9%