mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-07 21:00:30 -06:00
55 lines
1.5 KiB
YAML
55 lines
1.5 KiB
YAML
default:
|
|
autoload:
|
|
'': '%paths.base%/../features/bootstrap'
|
|
|
|
suites:
|
|
apiBasic:
|
|
paths:
|
|
- '%paths.base%/../features/apiBasic'
|
|
context: &common_ldap_suite_context
|
|
parameters:
|
|
ldapAdminPassword: admin
|
|
ldapUsersOU: TestUsers
|
|
ldapGroupsOU: TestGroups
|
|
ldapInitialUserFilePath: /../../config/ldap-users.ldif
|
|
contexts:
|
|
- RevaContext:
|
|
- OccContext:
|
|
- FeatureContext: &common_feature_context_params
|
|
baseUrl: http://localhost:8080
|
|
adminUsername: admin
|
|
adminPassword: admin
|
|
regularUserPassword: 123456
|
|
ocPath: apps/testing/api/v1/occ
|
|
- CapabilitiesContext:
|
|
- ChecksumContext:
|
|
- FavoritesContext:
|
|
- FilesVersionsContext:
|
|
- PublicWebDavContext:
|
|
- TrashbinContext:
|
|
- WebDavPropertiesContext:
|
|
|
|
apiOcisSpecific:
|
|
paths:
|
|
- '%paths.base%/../features/apiOcisSpecific'
|
|
context: *common_ldap_suite_context
|
|
contexts:
|
|
- RevaContext:
|
|
- OccContext:
|
|
- FeatureContext: *common_feature_context_params
|
|
- CapabilitiesContext:
|
|
- ChecksumContext:
|
|
- FavoritesContext:
|
|
- FilesVersionsContext:
|
|
- PublicWebDavContext:
|
|
- TrashbinContext:
|
|
- WebDavPropertiesContext:
|
|
- TUSContext:
|
|
|
|
extensions:
|
|
jarnaiz\JUnitFormatter\JUnitFormatterExtension:
|
|
filename: report.xml
|
|
outputDir: '%paths.base%/../output/'
|
|
|
|
Cjm\Behat\StepThroughExtension: ~
|