123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226 |
- default:
- autoload:
- '': "%paths.base%/../features/bootstrap"
- formatters:
- junit:
- output_path: '%paths.base%/../output'
- pretty:
- output_styles:
- comment: [ 'bright-blue' ]
- suites:
- default:
- paths:
- - "%paths.base%/../features"
- contexts:
- - FeatureContext:
- baseUrl: http://localhost:8080/ocs/
- admin:
- - admin
- - admin
- regular_user_password: 123456
- - CommentsContext:
- baseUrl: http://localhost:8080
- - TagsContext:
- baseUrl: http://localhost:8080
- - CardDavContext:
- baseUrl: http://localhost:8080
- - CalDavContext:
- baseUrl: http://localhost:8080
- - ChecksumsContext:
- baseUrl: http://localhost:8080
- - CommandLineContext:
- baseUrl: http://localhost:8080
- ocPath: ../../
- comments:
- paths:
- - "%paths.base%/../comments_features"
- contexts:
- - FeatureContext:
- baseUrl: http://localhost:8080/ocs/
- admin:
- - admin
- - admin
- regular_user_password: 123456
- - CommentsContext:
- baseUrl: http://localhost:8080
- - TagsContext:
- baseUrl: http://localhost:8080
- - CardDavContext:
- baseUrl: http://localhost:8080
- - CalDavContext:
- baseUrl: http://localhost:8080
- - ChecksumsContext:
- baseUrl: http://localhost:8080
- - CommandLineContext:
- baseUrl: http://localhost:8080
- ocPath: ../../
- dav:
- paths:
- - "%paths.base%/../dav_features"
- contexts:
- - FeatureContext:
- baseUrl: http://localhost:8080/ocs/
- admin:
- - admin
- - admin
- regular_user_password: 123456
- - CommentsContext:
- baseUrl: http://localhost:8080
- - TagsContext:
- baseUrl: http://localhost:8080
- - CardDavContext:
- baseUrl: http://localhost:8080
- - CalDavContext:
- baseUrl: http://localhost:8080
- - ChecksumsContext:
- baseUrl: http://localhost:8080
- - CommandLineContext:
- baseUrl: http://localhost:8080
- ocPath: ../../
- federation:
- paths:
- - "%paths.base%/../federation_features"
- contexts:
- - FederationContext:
- baseUrl: http://localhost:8080/ocs/
- admin:
- - admin
- - admin
- regular_user_password: 123456
- files:
- paths:
- - "%paths.base%/../files_features"
- contexts:
- - FeatureContext:
- baseUrl: http://localhost:8080/ocs/
- admin:
- - admin
- - admin
- regular_user_password: 123456
- - CommentsContext:
- baseUrl: http://localhost:8080
- - TagsContext:
- baseUrl: http://localhost:8080
- - CardDavContext:
- baseUrl: http://localhost:8080
- - CalDavContext:
- baseUrl: http://localhost:8080
- - ChecksumsContext:
- baseUrl: http://localhost:8080
- - CommandLineContext:
- baseUrl: http://localhost:8080
- ocPath: ../../
- capabilities:
- paths:
- - "%paths.base%/../capabilities_features"
- contexts:
- - CapabilitiesContext:
- baseUrl: http://localhost:8080/ocs/
- admin:
- - admin
- - admin
- regular_user_password: 123456
- collaboration:
- paths:
- - "%paths.base%/../collaboration_features"
- contexts:
- - CollaborationContext:
- baseUrl: http://localhost:8080/ocs/
- admin:
- - admin
- - admin
- regular_user_password: 123456
- sharees:
- paths:
- - "%paths.base%/../sharees_features"
- contexts:
- - ShareesContext:
- baseUrl: http://localhost:8080/ocs/
- admin:
- - admin
- - admin
- regular_user_password: 123456
- sharing:
- paths:
- - "%paths.base%/../sharing_features"
- contexts:
- - SharingContext:
- baseUrl: http://localhost:8080/ocs/
- admin:
- - admin
- - admin
- regular_user_password: 123456
- - TalkContext
- videoverification:
- paths:
- - "%paths.base%/../videoverification_features"
- contexts:
- - SharingContext:
- baseUrl: http://localhost:8080/ocs/
- admin:
- - admin
- - admin
- regular_user_password: 123456
- - TalkContext
- setup:
- paths:
- - "%paths.base%/../setup_features"
- contexts:
- - SetupContext:
- baseUrl: http://localhost:8080/ocs/
- admin:
- - admin
- - admin
- regular_user_password: 123456
- filesdrop:
- paths:
- - "%paths.base%/../filesdrop_features"
- contexts:
- - FilesDropContext:
- baseUrl: http://localhost:8080
- admin:
- - admin
- - admin
- regular_user_password: 123456
- ldap:
- paths:
- - "%paths.base%/../ldap_features"
- contexts:
- - LDAPContext:
- baseUrl: http://localhost:8080
- admin:
- - admin
- - admin
- regular_user_password: 123456
- openldap_numerical:
- paths:
- - "%paths.base%/../openldap_numerical_features"
- contexts:
- - LDAPContext:
- baseUrl: http://localhost:8080
- admin:
- - admin
- - admin
- regular_user_password: 123456
- openldap:
- paths:
- - "%paths.base%/../openldap_features"
- contexts:
- - LDAPContext:
- baseUrl: http://localhost:8080
- admin:
- - admin
- - admin
- regular_user_password: 123456
- remoteapi:
- paths:
- - "%paths.base%/../remoteapi_features"
- contexts:
- - FeatureContext:
- baseUrl: http://localhost:8080/ocs/
- admin:
- - admin
- - admin
- regular_user_password: 123456
- - RemoteContext:
- remote: http://localhost:8080
|