- ls.feature that - checks composer files exists
- version.feature - tests API like version response is matching v1.0
- pages.feature - HTTP Goutte based check for page content checks
- Clone the repo into behat_demo direcotry and run
composer install - From
/behat_demo/publicdirectory run php standalone server:/behat_demo/public $ sudo php -S localhost:80 - In order to test features with behat run
/vendor/behat/bin/behat
You should see:
4 scenarios (4 passed)
11 steps (11 passed)
WIP