2015-08-06 13:44:24 +00:00
|
|
|
default:
|
2015-10-29 14:13:29 +00: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
|
2016-02-18 22:07:41 +00:00
|
|
|
- CommentsContext:
|
|
|
|
baseUrl: http://localhost:8080
|
2016-02-19 17:08:21 +00:00
|
|
|
- TagsContext:
|
|
|
|
baseUrl: http://localhost:8080
|
2016-02-29 16:30:02 +00:00
|
|
|
- CardDavContext:
|
|
|
|
baseUrl: http://localhost:8080
|
|
|
|
- CalDavContext:
|
|
|
|
baseUrl: http://localhost:8080
|
2016-02-28 10:53:56 +00:00
|
|
|
- ChecksumsContext:
|
|
|
|
baseUrl: http://localhost:8080
|
2016-11-07 21:52:07 +00:00
|
|
|
- CommandLineContext:
|
|
|
|
baseUrl: http://localhost:8080
|
|
|
|
ocPath: ../../
|
2015-11-24 12:48:06 +00:00
|
|
|
federation:
|
|
|
|
paths:
|
2015-12-02 17:29:42 +00:00
|
|
|
- %paths.base%/../federation_features
|
2015-11-24 12:48:06 +00:00
|
|
|
contexts:
|
|
|
|
- FederationContext:
|
|
|
|
baseUrl: http://localhost:8080/ocs/
|
|
|
|
admin:
|
|
|
|
- admin
|
|
|
|
- admin
|
|
|
|
regular_user_password: 123456
|
2015-12-02 17:29:42 +00:00
|
|
|
capabilities:
|
|
|
|
paths:
|
|
|
|
- %paths.base%/../capabilities_features
|
|
|
|
contexts:
|
|
|
|
- CapabilitiesContext:
|
|
|
|
baseUrl: http://localhost:8080/ocs/
|
|
|
|
admin:
|
|
|
|
- admin
|
|
|
|
- admin
|
|
|
|
regular_user_password: 123456
|
2016-03-15 13:53:16 +00:00
|
|
|
sharees:
|
|
|
|
paths:
|
|
|
|
- %paths.base%/../sharees_features
|
|
|
|
contexts:
|
|
|
|
- ShareesContext:
|
|
|
|
baseUrl: http://localhost:8080/ocs/
|
|
|
|
admin:
|
|
|
|
- admin
|
|
|
|
- admin
|
|
|
|
regular_user_password: 123456
|
2016-11-21 13:00:54 +00:00
|
|
|
setup:
|
|
|
|
paths:
|
|
|
|
- %paths.base%/../setup_features
|
|
|
|
contexts:
|
|
|
|
- SetupContext:
|
|
|
|
baseUrl: http://localhost:8080/ocs/
|
|
|
|
admin:
|
|
|
|
- admin
|
|
|
|
- admin
|
|
|
|
regular_user_password: 123456
|
2016-12-02 09:43:11 +00:00
|
|
|
filesdrop:
|
|
|
|
paths:
|
|
|
|
- %paths.base%/../filesdrop_features
|
|
|
|
contexts:
|
|
|
|
- FilesDropContext:
|
|
|
|
baseUrl: http://localhost:8080
|
|
|
|
admin:
|
|
|
|
- admin
|
|
|
|
- admin
|
|
|
|
regular_user_password: 123456
|
2017-01-19 09:04:15 +00:00
|
|
|
ldap:
|
|
|
|
paths:
|
|
|
|
- %paths.base%/../ldap_features
|
|
|
|
contexts:
|
|
|
|
- LDAPContext:
|
|
|
|
baseUrl: http://localhost:8080
|
|
|
|
admin:
|
|
|
|
- admin
|
|
|
|
- admin
|
|
|
|
regular_user_password: what_for
|
2015-12-02 17:29:42 +00:00
|
|
|
|
2015-10-29 14:13:29 +00:00
|
|
|
extensions:
|
|
|
|
jarnaiz\JUnitFormatter\JUnitFormatterExtension:
|
|
|
|
filename: report.xml
|
|
|
|
outputDir: %paths.base%/../output/
|