1.0.2 • Published 7 years ago

generator-testcafe v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

generator-testcafe

Yeoman generator for testcafe. At present, this only generates a self-contained test suite. I'm looking to enhance it though; contributions are welcomed.

Usage

You'll need to install Yeoman and this package.

npm install -g yo
npm install -g generator-testcafe

Then establish a folder for your new testcafe project and cd into it and execute:

yo testcafe

The new project should be generated. After generation run npm test to ensure all is working.

Errors or problems

Please submit an issue at the GitHub Issues Tracker

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago