Skip to content

Update README.md #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 22, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This is a playground for your first steps in testing, so instead of installing i
npm i
```

This will install codeceptjs with puppeteer, webdriverio & testcafe packages.
This will install CodeceptJS with Puppeteer, WebdriverIO & TestCafe packages.

# Running Tests

Expand Down Expand Up @@ -61,9 +61,9 @@ Run tests in parallel with 3 workers (headless mode):
HEADLESS=true npx codeceptjs run-workers 3 -c codecept.webdriver.conf.js
```

## WebDriver
## WebdriverIO

Use `codecept.webdriver.conf.js` to run tests with WebDriver in Chrome:
Use `codecept.webdriver.conf.js` to run tests with WebdriverIO in Chrome:

```
npx codeceptjs run -c codecept.webdriver.conf.js --steps
Expand Down