Skip to content

Commit

Permalink
update install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Mar 21, 2022
1 parent 3146d9a commit f08767a
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,15 @@ This project was highly inspired by the [vscode-extension-tester](https://www.np

## Installation

```bash
npm i -D wdio-vscode-service
```
To initiate a new WebdriverIO project, run:

```bash
yarn i -D wdio-vscode-service
npm create wdio ./
```

```bash
pnpm i -D wdio-vscode-service
```
An installation wizard will guide you through the process. Ensure you select TypeScript as compiler and don't have it generate page objects for you given this project comes with all page objects needed.

Instructions on how to install `WebdriverIO` can be found [here.](https://webdriver.io/docs/gettingstarted)
For more information on how to install `WebdriverIO`, please check the [project docs](https://webdriver.io/docs/gettingstarted).

## Example Configuration

Expand Down

0 comments on commit f08767a

Please sign in to comment.