Testcase failure: /plus/ prefix needed for all API requests
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 12
- Forks
- 10
- Avg merge
- 6h 23m
- Merged PRs (30d)
- 2
Description
I have attempted to use this repository to run performance tests with out Owncloud 10.1.1 instance but realised the URL path attribute for all testcases is wrong for our installation, our path needs /plus/ prepended to all API requests (eg. download /remote.php/webdav/${path} => /plus/remote.php/webdav/${path}) for it to work.
I'm unsure if this is a common issue or specific to our case, would you accept a PR to include an optional prefix to the path URLs for API calls?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting how testcase API request paths are assembled, using the download example in this issue as the reference case. Determine how an optional /plus/ prefix should apply to all API calls, and verify that requests work both with and without the prefix.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- testing
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100