create-wdio
Advanced tools
Comparing version 7.0.2 to 7.0.3
{ | ||
"name": "create-wdio", | ||
"version": "7.0.2", | ||
"version": "7.0.3", | ||
"description": "Install WebdriverIO with all its dependencies in a single run", | ||
@@ -5,0 +5,0 @@ "author": "Christian Bromann <christian@saucelabs.com>", |
@@ -20,4 +20,7 @@ WebdriverIO Starter Toolkit [![Test Changes](https://github.com/webdriverio/create-wdio/actions/workflows/test.yml/badge.svg?branch=main&event=push)](https://github.com/webdriverio/create-wdio/actions/workflows/test.yml) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-green.svg)](https://github.com/webdriverio/create-wdio/blob/main/CONTRIBUTING.md) | ||
## Usage | ||
To install a WebdriverIO project, you may choose one of the following methods: | ||
#### npx | ||
```sh | ||
@@ -27,4 +30,6 @@ npx create-wdio ./e2e | ||
_([npx](https://medium.com/@maybekatz/introducing-npx-an-npm-package-runner-55f7d4bd282b) is a package runner tool that comes with npm 5.2+ and higher, see [instructions for older npm versions](https://gist.github.com/gaearon/4064d3c23a77c74a3614c498a8bb1c5f))_ | ||
_[`npx`](https://medium.com/@maybekatz/introducing-npx-an-npm-package-runner-55f7d4bd282b) is a package runner tool that comes with npm 5.2+ and higher, see [instructions for older npm versions](https://gist.github.com/gaearon/4064d3c23a77c74a3614c498a8bb1c5f)_ | ||
#### npm | ||
```sh | ||
@@ -34,4 +39,6 @@ npm init wdio ./e2e | ||
_`npm init <initializer>` is available in npm 6+_ | ||
_[`npm init <initializer>`](https://docs.npmjs.com/cli/v7/commands/npm-init) is available in npm 6+_ | ||
#### yarn | ||
```sh | ||
@@ -43,5 +50,7 @@ yarn create wdio ./e2e | ||
It will create a directory called `e2e` inside the current folder.<br> | ||
It will create a directory called `e2e` inside the current folder. | ||
Then it will run the configuration wizard that will help you setup your framework. | ||
## Supported Options | ||
@@ -48,0 +57,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18722
64