Continuous testing using custom test directory #36550
Unanswered
yab1ochkin
asked this question in
Q&A
Replies: 1 comment
-
/cc @stuartwdouglas (continuous-testing) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Quarkus version = 3.2.2.Final
Gradle = 8.1.1
I created my own test directory
srс/intTest
. When I run./gradlew quarkusDev
and enable tests, only the tests from thesrc/test
directory are executed.How can I include the
src/intTest
directory in continuous testing?Beta Was this translation helpful? Give feedback.
All reactions