CLI for easily creating end-to-end test projects using WebdriverIO and Nascent extensions.
- Easy-to-use CLI
- Uses WebdriverIO for flexible and extensible testing
- Extends WebdriverIO using the Nascent wdio-extend package
- Optional support for TypeScript
This package should be used with node >= 10.
npm install -g @nascentdigital/create-e2e-testsnpx @nascentdigital/create-e2e-testscreate-e2e-testsAnswer some basic prompts about your E2E test project, and then the CLI will perform the following steps:
- copy over the template
- install dependencies via
yarnornpm - initialize local git repo
TODO
MIT © Nascent Digital