microshed-testing icon indicating copy to clipboard operation
microshed-testing copied to clipboard

[Quarkus] yaml configuration not supported

Open PhilippParis opened this issue 2 years ago • 0 comments

Describe the bug when using yaml-configs microshed is not able to determine the application url

To Reproduce

  1. use yaml-configs
  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

PhilippParis avatar Mar 23 '22 09:03 PhilippParis