redhat-developer / redhat-developer/vscode-quarkus
Archive tests projects so that they can be reused
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 79
- Forks
- 31
- Avg merge
- 12h 51m
- Merged PRs (30d)
- 6
Description
We made a good step making sure that unit test can be reusing in a different environment (JDT vs JDT-LS).
But that required to copy the test projects and I've found that if they are modified we (JBoss Tools) may miss the changes.
In order to fix this de synchronization, we could:
- have them deployed (Nexus or download.jboss.org) as a zip (upstream)
- and we could download them prior running the tests (downstream)
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 locating the copied test projects and the test execution setup that uses them. Compare the upstream zip deployment proposal with the downstream download-before-tests proposal; done means the projects can be reused across JDT and JDT-LS without desynchronizing local copies.
Written by the indexing model from the issue text.
Assessment
- Domain
- build-system, testing
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100