* tests: add tests for unlocking using file id
* tests: add test for unloing a project space file using fileid
* tests: add test for uploading to a share space file using fileid
* tests: adddress reviews
* Move unlock related tests from core to local api tests
* refactor tests
Signed-off-by: Swikriti Tripathi <swikriti808@gmail.com>
* test:add failing test to expected to failure
Signed-off-by: Swikriti Tripathi <swikriti808@gmail.com>
---------
Signed-off-by: Swikriti Tripathi <swikriti808@gmail.com>
* Link the failing lock tests with correct issues that they are failing with
* Move locks relates tests to new suite
Signed-off-by: Swikriti Tripathi <swikriti808@gmail.com>
* address reviews
Signed-off-by: Swikriti Tripathi <swikriti808@gmail.com>
* Add new scenario for trying to lock a folder
Signed-off-by: Swikriti Tripathi <swikriti808@gmail.com>
---------
Signed-off-by: Swikriti Tripathi <swikriti808@gmail.com>
* do not use spacesContext
* skip sharing tests in reva
* update expected failure list
* do not cleanup status codes
* skip shares tests in reva
* update expected failure list
* refactor given/when/then steps in spaces context
* pass the returned response without setting in then step
* added the missing when step whose response is checked by the then step
* addressed the reviews
* changed from decoded body to docoded response
* changed user addition to group to graphapi
* addressing the review
* addressing review regarding nonexistent user
* addressing the review
* updated expected failures file
* changing code to make it pass in reva edge
* addressing review
* addressing review
* refactored given steps
* refactored some when stepa
* refactored remaining when and then steps
* use of when step for the action
* changed line no in expected failure
* remove and add same kind of steps in the scenario and refactored function names
* adressing reviews
* log request-response to a file
show logs in ci
move hooks to one place
* preserve logs between suites
* ignore logs
* Refactor and beautify logs
* fix php style
* add log step in ci pipeline
* get expected-failure file from env if available
* refactoring the given steps in the webdav context
* refactored remaining given/when/then steps
* return file id
* trim trailing from the folder path
* add missing when step and make other minor corrections
* set responseXml and correct status code check
* correct the naming of steps and helper functions
* refactor given and when steps in webdavproperties context
* change the status code in tests as the when step sets the response now
* correct the status code check
* only save response
* use getResponseXml to get xml response object
* fix isEtagValid method
* rename step def methods
* make stricter checks
---------
Co-authored-by: Saw-jan <saw.jan.grg3e@gmail.com>