123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- default:
- 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
- - 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
- capabilities:
- paths:
- - %paths.base%/../capabilities_features
- contexts:
- - CapabilitiesContext:
- 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
- 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: what_for
- extensions:
- jarnaiz\JUnitFormatter\JUnitFormatterExtension:
- filename: report.xml
- outputDir: %paths.base%/../output/
|