Replies: 2 comments
-
I've tried this myself as well, and have been unsuccessful. Would be nice to have this added to the documentation. |
Beta Was this translation helpful? Give feedback.
-
I'm on the same boat. If I run the test annotated with The test fails with this:
However I do see server logs confirming the service is up:
And I confirmed this by doing Where you guys getting this same error? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
Have anyone succeeded in setting up and running jacoco for integration test classes annotated
@QuarkusIntegrationTest
when using Gradle?I have tried to apply what is written at https://quarkus.io/guides/tests-with-coverage#coverage-for-integration-tests, chapter 8.1.
However, the instruction is aimed at projects using maven, so I made several efforts using Stackoverflow, ChatGPT and Gemini to create an equivalent
build.gradle
file. I fail all the time.Is there some person out there having a working example of a build.gradle file set up for using jacoco started with
./gradlew quarkusIntTest
Beta Was this translation helpful? Give feedback.
All reactions