mirror of
https://github.com/moodle/moodle.git
synced 2025-08-03 16:13:28 +02:00

This empty behat config file allows behat CLI command to run before test environment has been set
14 lines
354 B
Text
14 lines
354 B
Text
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: { }
|