Add Helper for automatic definition of skeleton folder
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 4
- Forks
- 4
- Avg merge
- 9h 26m
- Merged PRs (30d)
- 1
Description
Currently the skeleton directory is set from external via run.sh - https://github.com/owncloud/core/blob/master/tests/acceptance/run.sh#L596-L625
It makes sense to have a specific helper (api) that accept 3 values:
- api
- ui
- "path"
So we can configure it from the outside if needed, but when api/ui is defined, it assumes that we use the folder provided from the location where the testing app resides
Contributor guide
No contributing guide indexed for this repository
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 with tests/acceptance/run.sh, especially lines 596-625, to understand how the skeleton directory is currently configured externally. Define the helper around the three requested values—api, ui, and path—and verify that api or ui selects the folder relative to the testing app, while path remains an external override.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- testing-qa
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100