Skip to content

nascentdigital/create-e2e-tests

Repository files navigation

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
  • Extends WebdriverIO using the Nascent wdio-extend package
  • Optional support for TypeScript

Install globally

This package should be used with node >= 10.

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

Usage with npx

npx @nascentdigital/create-e2e-tests

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

About

CLI for easily bootstrapping modern E2E tests.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published