mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 05:28:30 +01:00
MDL-37046 behat: Adding empty Behat config file
This empty behat config file allows behat CLI command to run before test environment has been set
This commit is contained in:
parent
bd770617a9
commit
5347dae079
1
.gitignore
vendored
1
.gitignore
vendored
@ -29,3 +29,4 @@ phpunit.xml
|
||||
# Composer support - only composer.json is to be in git, the rest is installed in each checkout.
|
||||
composer.phar
|
||||
/vendor/
|
||||
behat.yml
|
||||
|
14
behat.yml.dist
Normal file
14
behat.yml.dist
Normal file
@ -0,0 +1,14 @@
|
||||
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: { }
|
Loading…
x
Reference in New Issue
Block a user