1.1.0 • Published 4 years ago
generator-testing-suite v1.1.0
Testing suite generator
Generates a testing suite, according to given options through a prompt.
Requirements
- Yarn
Install
npm install -g yo generator-testing-suite
Usage
Initialize the generator with yo testing-suite
.
Select the testing framework, and optional libraries.
Check each readme located in generators
for instructions.
Generators
Name | Framework | Browser automation | StoryBDD |
---|---|---|---|
jest | jest | ❌ | Cucumber |
jest-playwright | jest | playwright | Cucumber |
cypress | cypress | cypress | Cucumber |