Results 3 comments of Jace Ju

Hi, @ntwb Do you put the command `vendor/bin/phpunit-watcher watch` in composer `script` section? If it is, just run `vendor/bin/phpunit-watcher watch`, and the filter keys should work. https://github.com/composer/composer/issues/5856

Here is my solution: Update the `behat.yml`: ``` yaml default: extensions: Laracasts\Behat\ServiceContainer\LaravelExtension: env_path: .env.behat Behat\MinkExtension\ServiceContainer\MinkExtension: default_session: laravel base_url: http://localhost:8000 laravel: ~ ``` Run behat from vendor: ``` $ ./vendor/bin/behat ```

@nWidart There is my full steps of installation: ``` bash $ git clone https://github.com/laracasts/Behat-Laravel-Extension-Example-App.git behat-laravel-example $ cd behat-laravel-example $ composer install $ composer show -i behat/behat dev-master 58bae29 Scenario-oriented BDD...