Skip to content

masmovil/cucumber-testcafe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Sep 2, 2020
e3ff546 · Sep 2, 2020

History

94 Commits
Sep 2, 2020
Sep 2, 2020
Sep 2, 2020
Oct 11, 2019
Oct 14, 2019
Oct 10, 2019
Oct 10, 2019
Oct 15, 2019
Sep 2, 2020
Sep 2, 2020
Dec 5, 2019
Dec 26, 2019
Jan 7, 2020

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