Skip to content

Commit 0747459

Browse files
authored
Update README.md (#6)
1 parent bf327ab commit 0747459

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This is a playground for your first steps in testing, so instead of installing i
1111
git clone git@github.com:codecept-js/examples.git codeceptjs-examples && cd codeceptjs-examples && npm install
1212
```
1313

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

1616
# Running Tests
1717

@@ -34,9 +34,9 @@ npx codeceptjs run --steps -c codecept.puppeteer.conf.js
3434
```
3535

3636

37-
## WebDriver
37+
## WebdriverIO
3838

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

4141
```
4242
npx codeceptjs run -c codecept.webdriver.conf.js --steps

0 commit comments

Comments
 (0)