15 lines
354 B
YAML
15 lines
354 B
YAML
default:
|
|
suites:
|
|
test:
|
|
paths:
|
|
- '%paths.base%/../features/'
|
|
contexts:
|
|
- ServerContext:
|
|
baseUrl: http://localhost:8080/index.php/ocs/
|
|
admin:
|
|
- admin
|
|
- admin
|
|
regular_user_password: 123456
|
|
- BoardContext:
|
|
baseUrl: http://localhost:8080/
|