2.1.0 • Published 6 years ago

@nascentdigital/create-e2e-tests v2.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

create-e2e-tests

CLI for easily creating end-to-end test projects using WebdriverIO and Nascent extensions.

Features

  • Easy-to-use CLI
  • Uses WebdriverIO for flexible and extensible testing
  • Optional support for TypeScript

Install globally

This package should be used with node >= 8.

npm install -g @nascentdigital/create-e2e-tests

Usage with npx

npx @nascentdigital/create-e2e-tests

(npx comes with npm 5.2+ and higher, see instructions for older npm versions)

Creating a New Project

create-e2e-tests

Answer some basic prompts about your E2E test project, and then the CLI will perform the following steps:

  • copy over the template
  • install dependencies via yarn or npm
  • initialize local git repo

Development

TODO

License

MIT © Nascent Digital