From 35b6ed01e180cc9b1de7447a1d8982076c1789da Mon Sep 17 00:00:00 2001 From: Paul Date: Wed, 15 Jul 2020 15:01:37 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 56b351e..e236d66 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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