gauge_custom_compile_dir with gradle gauge plugin #2185
balajiprabuk
started this conversation in
General
Replies: 2 comments 4 replies
-
Gradle projects use gradle specific defaults for build and test output directories. Have you tried setting the |
Beta Was this translation helpful? Give feedback.
0 replies
-
We have gradle project,
When we run ./gradlew gauge, this triggers the unit test as well only after which the gauge tests are running. Can you suggest recommended approach here? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Question: How do we set "gauge_custom_compile_dir", when using gradle gauge plugin.?
I am able to run gauge command directly with the "gauge_custom_compile_dir" value set in my env/default/java.properties and gauge rightly picks up .java files mentioned in "gauge_custom_compile_dir".
But when i run gradle gauge, it is not picking up "gauge_custom_compile_dir" value from env/default/java.properties. It is defaulting to usual test folder in gradle project structure.
Beta Was this translation helpful? Give feedback.
All reactions