|
default:
|
|
paths:
|
|
features: ../features
|
|
bootstrap: %behat.paths.features%/bootstrap
|
|
|
|
context:
|
|
parameters:
|
|
baseUrl: http://localhost:8080/ocs/
|
|
admin:
|
|
- admin
|
|
- admin
|
|
regular_user_password: 123456
|
|
|
|
ci:
|
|
formatter:
|
|
name: pretty,junit
|
|
parameters:
|
|
output_path: null,./output
|