looking for Groovylib feedback #5746
Closed
lostiniceland
started this conversation in
Development
Replies: 1 comment 1 reply
-
I welcome you to open a draft PR against the Mill repo (to profit from GitHub PR UI). |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I have been working on Groovy support since I would like to use Mill for projects where tests are written in Spock/Groovy.
A early draft can be found here.
It is basically a modified version of the Kotlin support.
Whats currently working:
Not yet working:
What I would like to add (after Spock works)
My biggest problem is that I cannot figure out why Spock tests are not executed. Spock ships its own JUnit5 TestEngine which is loaded via ServiceLoader in the same way Kotest provides an additional runner which ships this Testengine with the same mechanism.
Since the kotlinlib doesn't do anything special about Kotest, I wonder why this is not working. My guess is there is something going on in the SBT-JUnit thing within Testmodule.
If anyone would like to provide feedback or help out with the Spock integration I would appreciate it.
Beta Was this translation helpful? Give feedback.
All reactions