This package has been deprecated

Author message:

This package got deprecated. Please use the 'create-wdio' starter toolkit via: 'npm init wdio ./path/to/project' or 'yarn create wdio ./path/to/project'.

wdio

6.0.1 • Public • Published

WebdriverIO Starter Toolkit

One command to create a fresh WebdriverIO project or add WebdriverIO to an existing project. It is not required to use wdio on any project, you can install them on your own, but it is very easy to start from scratch.

Example

Usage

To install a WebdriverIO project, just run

# install in current directory
npx wdio .

# install in new directory
npx wdio /path/to/new/project

Supported Options

You can pass the following command line flags to modify the bootstrap mechanism:

  • --dev - Install all packages as devDependencies (default: true)
  • --yes - Will fill in all config defaults without prompting (default: false)
  • --use-yarn - yes, we support yarn too! (default: true)
  • --verbose - print additional logs (default: false)

For more information on WebdriverIO see the homepage.

Package Sidebar

Install

npm i wdio

Weekly Downloads

5,083

Version

6.0.1

License

MIT

Unpacked Size

16.7 kB

Total Files

8

Last publish

Collaborators

  • christian-bromann
  • wdio-user