MicroShed / MicroShed/microshed-testing
[Quarkus] yaml configuration not supported
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 68
- Forks
- 25
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 6
Description
**Describe the bug**
when using [yaml-configs](https://quarkus.io/guides/config-yaml) microshed is not able to determine the application url
**To Reproduce**
1. use [yaml-configs](https://quarkus.io/guides/config-yaml)
2. delete the application.properties file
3. start tests
**Expected behavior**
tests are running
**Workaround**
add an empty 'application.properties' file
**System information:**
- OS: Windows
- Java Version: 11
- MicroShed Testing Version: 0.9.1
**Additional context**
https://github.com/MicroShed/microshed-testing/blob/master/modules/quarkus/src/main/java/org/microshed/testing/quarkus/QuarkusConfiguration.java#L71
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 with modules/quarkus/src/main/java/org/microshed/testing/quarkus/QuarkusConfiguration.java at the referenced line, then reproduce the setup using Quarkus YAML configuration without application.properties. Verify that MicroShed determines the application URL and the tests run successfully without the empty properties-file workaround.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- testing
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 66/100