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