Functional tests for Gradle Plugin not running #1904
marcospereira
started this conversation in
General
Replies: 1 comment
-
thanks @marcospereira, will look into it. Tests should be run, probably we broke somewhere it |
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
-
tl;dr
Gradle Plugin functional tests are not running. I'm not sure if they are still useful, or if the plugin is tested somewhere else.
It seems like the
functionalTest
task for thediktat-gradle-plugin
subproject is not working/running (--console verbose
:Outputs (redacted for brevity):
And it looks like those tests are broken. If I run:
It looks like the task is not even configured properly regarding Jacoco tasks. I see #1579, when those tests were re-enabled, but that is ancient (when the project was using Maven).
Are these tests still useful? Or is the plugin tested somewhere else? If so, where?
Beta Was this translation helpful? Give feedback.
All reactions