-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
scalatest-junit-runner does not work with Gradle Test Distribution #88
Comments
Related: #94 |
Thank you for the report, once #91 is merged can you please try Gradle Test Distribution again? |
Hi @giurim , yeah! absolutely! I'll keep an eye on it |
Actually, went ahead and published a local snapshot of the branch and looks good to me, at least from initial assessment:
And have proper XML files
|
Thank you @rpalcolea , great news! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using Gradle Test Distribution Enterprise feature is not possible with the engine.
Given a build like this one:
and a simple test:
The JUnit platform integration works as expected. However, when I enable test distribution, the tests are not executed
The build is reported as successful and no tests are executed
From conversation with @marcphilip , he pointed out that the following might be happening:
Unfortunately, because Test Distribution is an Enterprise issue, it is difficult to provide a reproducible
The text was updated successfully, but these errors were encountered: