2015-08-06 16:44:24 +03:00
|
|
|
default:
|
2015-10-29 17:13:29 +03:00
|
|
|
autoload:
|
|
|
|
'': %paths.base%/../features/bootstrap
|
|
|
|
suites:
|
|
|
|
default:
|
|
|
|
paths:
|
|
|
|
- %paths.base%/../features
|
|
|
|
contexts:
|
|
|
|
- FeatureContext:
|
|
|
|
baseUrl: http://localhost:8080/ocs/
|
|
|
|
admin:
|
|
|
|
- admin
|
|
|
|
- admin
|
|
|
|
regular_user_password: 123456
|
2015-11-24 15:48:06 +03:00
|
|
|
federation:
|
|
|
|
paths:
|
2015-12-02 20:29:42 +03:00
|
|
|
- %paths.base%/../federation_features
|
2015-11-24 15:48:06 +03:00
|
|
|
contexts:
|
|
|
|
- FederationContext:
|
|
|
|
baseUrl: http://localhost:8080/ocs/
|
|
|
|
admin:
|
|
|
|
- admin
|
|
|
|
- admin
|
|
|
|
regular_user_password: 123456
|
2015-12-02 20:29:42 +03:00
|
|
|
capabilities:
|
|
|
|
paths:
|
|
|
|
- %paths.base%/../capabilities_features
|
|
|
|
contexts:
|
|
|
|
- CapabilitiesContext:
|
|
|
|
baseUrl: http://localhost:8080/ocs/
|
|
|
|
admin:
|
|
|
|
- admin
|
|
|
|
- admin
|
|
|
|
regular_user_password: 123456
|
|
|
|
|
2015-11-24 15:48:06 +03:00
|
|
|
|
2015-08-06 16:44:24 +03:00
|
|
|
|
2015-10-29 17:13:29 +03:00
|
|
|
extensions:
|
|
|
|
jarnaiz\JUnitFormatter\JUnitFormatterExtension:
|
|
|
|
filename: report.xml
|
|
|
|
outputDir: %paths.base%/../output/
|