This empty behat config file allows behat CLI
command to run before test environment has been set
# Composer support - only composer.json is to be in git, the rest is installed in each checkout.
composer.phar
/vendor/
+behat.yml
--- /dev/null
+default:
+ paths:
+ features: lib/behat/features
+ bootstrap: lib/behat/features/bootstrap
+ context:
+ class: behat_init_context
+ extensions:
+ Behat\MinkExtension\Extension:
+ base_url: 'http://localhost:8000'
+ goutte: null
+ selenium2: null
+ Moodle\BehatExtension\Extension:
+ features: { }
+ steps_definitions: { }