Running junit test [and Code coverage] in gradle project
Hi,
I want to run my junit tests (in a gradle project) and use the coverage. But if I create a Junit Configuration and run it, compilation report many errors about not founded project's .class files.
What to do?
Thank you
Please sign in to leave a comment.
If the problem occurs only when you run JUnit tests with code coverage?