Prashant Gurung
Prashant Gurung
**Is your feature request related to a problem? Please describe.** The current setup process for Evershop requires manual input of configuration values such as DB_HOST,DB_port,etc for setting up database when...
## Description This PR adds test to upload folder and its files/subfolders via drag-n-drop. ## Related Issue - Related to : https://github.com/owncloud/web/issues/6051 ## Motivation and Context ## How Has This...
Added e2e tests using Cucumber(Gherkin Syntax) and Playwright browser automation tool to test admin login feature. ## PR Checklist Please check if your PR fulfills the following requirements: - [...
## Description This PR adds test where a sharee checks api activities. ``` feature Scenario: sharee tries to check the activities of a shared folder using share mount-point id Scenario:...
## Description This PR add tests to download preview of an image with all available processors. ``` feature Scenario Outline: download previews of image with all available processors ``` ##...
## Description This PR adds tests to check for preview of an image and text file by setting preview query param to zero. ## Related Issue - Related to: https://github.com/owncloud/ocis/issues/9949...
## Description This PR adds test to check api activities of a user's file by any user. ## Related Issue - Part of: https://github.com/owncloud/ocis/issues/9543 - Bug report: https://github.com/owncloud/ocis/issues/9860 ## Motivation...
**Is your feature request related to a problem? Please describe.** The repository currently lacks any end-to-end (e2e) tests. I recommend adding e2e tests to the repository to ensure code robustness....
## Description This PR adds test to create auth-app token with user-id by non-existent user. ``` feature Scenario: try to create auth-app token with user-id by non-existent user ``` ##...
## Description ## Related Issue - Fixes ## Motivation and Context ## How Has This Been Tested? - test environment: - test case 1: - test case 2: - ......