I am having difficulties with testNG + Gradle. My tests have worked fine, but I made some changes to the file where I have tests, and now this issue pops up.
"Execution failed for task ':....'.
No tests found for given includes : [.....]
I have this in place, but it doesn't help.
test {
useTestNG()
}
What does error mean exactly, and how do I resolve it?