mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 05:28:30 +01:00
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: { }
|