Skip to content

masmovil/cucumber-testcafe

Repository files navigation

cucumber-testcafe

This package integrates cucumber and testcafe in one single CLI configurable via profiles.

Also provides a set of generic step-definitions implemented with testcafe.

Requisites

Super fast quick start

cd my-project && npm init
npm i cucumber-testcafe --save    # install
npx cucumber-testcafe init test   # bootstrap
npx cucumber-testcafe run         # run

Quick start

More info