We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I cloned https://github.com/TNG/JGiven/tree/master/example-projects/junit5 into an empty gradle project; the jgiven.json file for the test is generated, but the HTML5-Report not.
Gradle says:
:compileJava NO-SOURCE :processResources NO-SOURCE :classes UP-TO-DATE :jar :assemble :compileTestJava :processTestResources NO-SOURCE :testClasses SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. :junitPlatformTest Test Class: net.klu2.JUnit5Test Scenario with JUnit5 Given message "Hello JUnit" When handle message Then the result is Hello JUnit 5! Test run finished after 1360 ms [ 2 containers found ] [ 0 containers skipped ] [ 2 containers started ] [ 0 containers aborted ] [ 2 containers successful ] [ 0 containers failed ] [ 1 tests found ] [ 0 tests skipped ] [ 1 tests started ] [ 0 tests aborted ] [ 1 tests successful ] [ 0 tests failed ] :test :jgivenTestReport NO-SOURCE :check :build BUILD SUCCESSFUL in 33s
Seems the NO-SOURCE is the problem, but I dont know where it comes from...
The text was updated successfully, but these errors were encountered:
Thanks. I can reproduce the issue.
Sorry, something went wrong.
Turns out to be a bug in the default settings of the Gradle plugin. Thanks for reporting the issue!
change default report directory in Gradle Plugin fixes #340
b65f2ad
Actually it works when using the newest Gradle version that has built-in junit5 support. I will just update the example.
Update JUnit 5 examples, by using built-in Gradle support fixes #340
827ee2b
b5ef158
b3a8f3e
No branches or pull requests
I cloned https://github.com/TNG/JGiven/tree/master/example-projects/junit5 into an empty gradle project; the jgiven.json file for the test is generated, but the HTML5-Report not.
Gradle says:
Seems the NO-SOURCE is the problem, but I dont know where it comes from...
The text was updated successfully, but these errors were encountered: