mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
5347dae079
This empty behat config file allows behat CLI command to run before test environment has been set
15 lines
354 B
Plaintext
15 lines
354 B
Plaintext
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: { }
|