test: make remote.php configurable
test: build dav paths test: fix paths test: merge method args test: add issue tags test: add new expected failure file test: merge expected-failure files before running tests
This commit is contained in:
@@ -6,20 +6,22 @@ Feature: auth
|
||||
Background:
|
||||
Given user "Alice" has been created with default attributes and without skeleton files
|
||||
|
||||
@smokeTest
|
||||
@smokeTest @issue-10334
|
||||
Scenario Outline: using WebDAV anonymously
|
||||
When a user requests "<dav-path>" with "PROPFIND" and no authentication
|
||||
Then the HTTP status code should be "401"
|
||||
Examples:
|
||||
| dav-path |
|
||||
| /remote.php/webdav |
|
||||
| /webdav |
|
||||
| /dav/files/%username% |
|
||||
| /dav/spaces/%spaceid% |
|
||||
|
||||
@smokeTest
|
||||
@smokeTest @issue-10334
|
||||
Scenario Outline: using WebDAV with basic auth
|
||||
When user "Alice" requests "<dav-path>" with "PROPFIND" using basic auth
|
||||
Then the HTTP status code should be "207"
|
||||
Examples:
|
||||
| dav-path |
|
||||
| /remote.php/webdav |
|
||||
| /webdav |
|
||||
| /dav/files/%username% |
|
||||
| /dav/spaces/%spaceid% |
|
||||
|
||||
Reference in New Issue
Block a user