From a61e6afee5fc14f7c3a3d722f27c020f9bc4eb35 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Fri, 1 Jun 2018 10:58:34 +0200 Subject: [PATCH] [BUGFIX] Make the Codeception instructions more robust --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e9cb435..7be690d 100644 --- a/README.md +++ b/README.md @@ -72,14 +72,14 @@ In the Run configurations, copy the PHPUnit configuration and use these settings 2. `composer update codeception/codeception` (just in case) 3. [download the latest version of ChromeDriver](http://chromedriver.chromium.org/downloads) 4. unzip it -5. `chromedriver --url-base=/wd/hub` +5. `chromedriver --url-base=wd/hub` 6. `.Build/vendor/bin/codecept run` (in another terminal) #### In PhpStorm 1. make sure the "Codeception Framework" plugin is activated -2. right-click on `Tests/Acceptance` +2. right-click on `Tests/Acceptance/StarterCest.php` 3. Run 'Acceptance (Codeception)' ## Creating new extensions with automated tests