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:
Saw-jan
2024-10-21 16:57:58 +05:45
parent 273915506e
commit f86d137f87
100 changed files with 2484 additions and 2329 deletions
@@ -12,7 +12,7 @@ Feature: Public can download folders from project space public link
And the administrator has assigned the role "Space Admin" to user "Alice" using the Graph API
And user "Alice" has created a space "new-space" with the default quota using the Graph API
@env-config
@env-config @issue-9724 @issue-10331
Scenario: download a folder from public link of a space
Given the config "OCIS_SHARING_PUBLIC_SHARE_MUST_HAVE_PASSWORD" has been set to "false"
And using SharingNG
@@ -28,7 +28,7 @@ Feature: Public can download folders from project space public link
| name | content |
| NewFolder/test.txt | some content |
@env-config @issue-5229
@env-config @issue-5229 @issue-9724 @issue-10331
Scenario: download a folder from public link of a folder inside a space
Given the config "OCIS_SHARING_PUBLIC_SHARE_MUST_HAVE_PASSWORD" has been set to "false"
And using SharingNG
@@ -16,7 +16,7 @@ Feature: Share spaces via link
And user "Alice" has created a space "share space" with the default quota using the Graph API
And user "Alice" has uploaded a file inside space "share space" with content "some content" to "test.txt"
@issue-9724 @issue-10331
Scenario Outline: manager can share a space to public via link with different permissions
When user "Alice" creates a public link share of the space "share space" with settings:
| permissions | <permissions> |
@@ -57,7 +57,7 @@ Feature: Share spaces via link
| permissions | 0 |
| share_type | public_link |
@issue-10331
Scenario: uploader should be able to upload a file
When user "Alice" creates a public link share of the space "share space" with settings:
| permissions | 4 |
@@ -121,7 +121,7 @@ Feature: Share a file or folder that is inside a space via public link
| folder/file.txt | Space Editor |
| folder/file.txt | Space Viewer |
@issue-9724 @issue-10331
Scenario Outline: user creates a new public link share of a file inside the personal space with edit permissions
Given using OCS API version "<ocs-api-version>"
And user "Alice" has uploaded file with content "Random data" to "/file.txt"