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:
@@ -10,7 +10,7 @@ Feature: media type search
|
||||
| Brian |
|
||||
And using spaces DAV path
|
||||
|
||||
|
||||
@issue-10329
|
||||
Scenario Outline: search for files using media type
|
||||
Given user "Alice" has uploaded file "filesForUpload/lorem.txt" to "/lorem.txt"
|
||||
And user "Alice" has uploaded file "filesForUpload/simple.pdf" to "/simple.pdf"
|
||||
@@ -38,7 +38,7 @@ Feature: media type search
|
||||
| *rar* | /data.rar |
|
||||
| *bzip2* | /data.tar.bz2 |
|
||||
|
||||
|
||||
@issue-10329
|
||||
Scenario Outline: search for files inside sub folders using media type
|
||||
Given user "Alice" has created folder "/uploadFolder"
|
||||
And user "Alice" has uploaded file "filesForUpload/lorem.txt" to "/uploadFolder/lorem.txt"
|
||||
@@ -67,7 +67,7 @@ Feature: media type search
|
||||
| *rar* | /uploadFolder/data.rar |
|
||||
| *bzip2* | /uploadFolder/data.tar.bz2 |
|
||||
|
||||
|
||||
@issue-10329
|
||||
Scenario Outline: search for file inside project space using media type
|
||||
Given the administrator has assigned the role "Space Admin" to user "Alice" using the Graph API
|
||||
And user "Alice" has created a space "project101" with the default quota using the Graph API
|
||||
@@ -97,7 +97,7 @@ Feature: media type search
|
||||
| *rar* | /data.rar |
|
||||
| *bzip2* | /data.tar.bz2 |
|
||||
|
||||
|
||||
@issue-10329
|
||||
Scenario Outline: sharee searches for shared files using media type
|
||||
Given user "Alice" has created folder "/uploadFolder"
|
||||
And user "Alice" has uploaded file "filesForUpload/lorem.txt" to "/uploadFolder/lorem.txt"
|
||||
@@ -133,7 +133,7 @@ Feature: media type search
|
||||
| *rar* | /uploadFolder/data.rar |
|
||||
| *bzip2* | /uploadFolder/data.tar.bz2 |
|
||||
|
||||
|
||||
@issue-10329
|
||||
Scenario Outline: space viewer searches for files using mediatype filter
|
||||
Given the administrator has assigned the role "Space Admin" to user "Alice" using the Graph API
|
||||
And user "Alice" has created a space "project101" with the default quota using the Graph API
|
||||
@@ -168,7 +168,7 @@ Feature: media type search
|
||||
| *rar* | /data.rar |
|
||||
| *bzip2* | /data.tar.bz2 |
|
||||
|
||||
|
||||
@issue-10329
|
||||
Scenario: search files with different mediatype filter
|
||||
Given user "Alice" has created folder "testFolder"
|
||||
And user "Alice" has uploaded file "filesForUpload/lorem.txt" to "lorem.txt"
|
||||
|
||||
@@ -6,7 +6,7 @@ Feature: tag search
|
||||
Background:
|
||||
Given user "Alice" has been created with default attributes and without skeleton files
|
||||
|
||||
|
||||
@issue-10329
|
||||
Scenario Outline: search files by tag
|
||||
Given using <dav-path-version> DAV path
|
||||
And user "Alice" has created the following folders
|
||||
@@ -35,7 +35,7 @@ Feature: tag search
|
||||
| new |
|
||||
| spaces |
|
||||
|
||||
|
||||
@issue-10329
|
||||
Scenario Outline: search project space files by tag
|
||||
Given using spaces DAV path
|
||||
And the administrator has assigned the role "Space Admin" to user "Alice" using the Graph API
|
||||
@@ -67,7 +67,7 @@ Feature: tag search
|
||||
| dav-path-version |
|
||||
| spaces |
|
||||
|
||||
|
||||
@issue-10329
|
||||
Scenario Outline: search folders using a tag
|
||||
Given using <dav-path-version> DAV path
|
||||
And user "Alice" has created folder "uploadFolder1"
|
||||
@@ -88,7 +88,7 @@ Feature: tag search
|
||||
| new |
|
||||
| spaces |
|
||||
|
||||
|
||||
@issue-10329
|
||||
Scenario Outline: search project space folders by tag
|
||||
Given using spaces DAV path
|
||||
And the administrator has assigned the role "Space Admin" to user "Alice" using the Graph API
|
||||
@@ -115,7 +115,7 @@ Feature: tag search
|
||||
| dav-path-version |
|
||||
| spaces |
|
||||
|
||||
|
||||
@issue-10329
|
||||
Scenario Outline: sharee searches shared files using a tag
|
||||
Given using <dav-path-version> DAV path
|
||||
And user "Brian" has been created with default attributes and without skeleton files
|
||||
@@ -149,7 +149,7 @@ Feature: tag search
|
||||
| dav-path-version |
|
||||
| spaces |
|
||||
|
||||
|
||||
@issue-10329
|
||||
Scenario Outline: sharee searches shared project space files using a tag
|
||||
Given using spaces DAV path
|
||||
And user "Brian" has been created with default attributes and without skeleton files
|
||||
@@ -204,7 +204,7 @@ Feature: tag search
|
||||
| new |
|
||||
| spaces |
|
||||
|
||||
|
||||
@issue-10329
|
||||
Scenario Outline: search restored files using a tag
|
||||
Given using <dav-path-version> DAV path
|
||||
And user "Alice" has uploaded file with content "hello world" to "file1.txt"
|
||||
@@ -223,7 +223,7 @@ Feature: tag search
|
||||
| new |
|
||||
| spaces |
|
||||
|
||||
|
||||
@issue-10329
|
||||
Scenario Outline: search restored version of a file using a tag
|
||||
Given using <dav-path-version> DAV path
|
||||
And user "Alice" has uploaded file with content "version one file" to "file.txt"
|
||||
@@ -242,7 +242,7 @@ Feature: tag search
|
||||
| new |
|
||||
| spaces |
|
||||
|
||||
|
||||
@issue-10329
|
||||
Scenario Outline: search resources using different search patterns (KQL feature)
|
||||
Given using spaces DAV path
|
||||
And user "Alice" has created the following folders
|
||||
|
||||
Reference in New Issue
Block a user