16be9af20a
This adds integration tests for the comments. Especially with regard to the permission handling, didn't find any problem in it. Fixes https://github.com/owncloud/core/issues/22367
43 lines
1.1 KiB
YAML
43 lines
1.1 KiB
YAML
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
|
|
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
|
|
|
|
|
|
|
|
extensions:
|
|
jarnaiz\JUnitFormatter\JUnitFormatterExtension:
|
|
filename: report.xml
|
|
outputDir: %paths.base%/../output/
|