masmovil / cucumber-testcafe

Cucumber with testcafe integration
MIT License
6 stars 4 forks source link

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