Sawjan Gurung
Sawjan Gurung
## Description In this PR, I have implemented a way to run API tests with different matrices (server combination for Given-When-Then steps) for oc10-ocis parallel deployment setup. For example, Given...
Before making a feature request, I have: - [x] [Searched the issues to check that this feature hasn't been requested before](https://github.com/pact-foundation/pact-js/issues?q=is%3Aissue) - [x] Checked the documentation to see if it...
We tried to implement `fromProviderState` in an interaction that is iterated in the test (see code below) but running `consumer test` fails with; ```bash Error: Mock server failed with the...
Due to the problem with squish docker image (built on ubuntu 22.04 as base, see https://github.com/owncloud-ci/squish/issues/34), the GUI test piple was skipped in PR #9998. We need to re-enable the...
In the GUI tests, the function `hasSyncStatus` opens a new socket connection every time it is called. The main issue is with `waitForFileOrFolderToHaveSyncStatus` function which calls `hasSyncStatus` function rapidly until...
### Pre-submission Checks - [X] I [checked for similar issues](https://github.com/owncloud/client/issues?q=), but could not find any. I also checked the closed issues. I could not contribute additional information to any existing...
Part of https://github.com/owncloud/client/issues/9532
The following interaction tries to match the data elements in the provided order: https://github.com/owncloud/owncloud-sdk/blob/aed6a85fdf8a9032d7b06b5c8a3fd24943caf867/tests/sharingTest.js#L125-L138 The server must respond with exactly the same structure and order in order for tests to...
### Pre-submission Checks - [X] I [checked for similar issues](https://github.com/owncloud/client/issues?q=), but could not find any. I also checked the closed issues. I could not contribute additional information to any existing...