Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

create-wdio

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-wdio - npm Package Compare versions

Comparing version 7.0.2 to 7.0.3

2

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc