Open srinidhivn opened 5 years ago
@wakaleo Can you help please!
Have you checked the gradle docs? Testing is explained pretty well.
Thank you for replying in a jiffy! Are you referring to this https://docs.gradle.org/current/dsl/org.gradle.api.tasks.testing.Test.html#N28723 ?
@srinidhiVn Did you resolve the issue?
Hi
I had a maven project of test automation using serenity framework. I converted it to a Gradle project using "gradle init" and some manual correction.
Now when I try to run the Gradle project using command "gradle clean test aggregate", suite is not running, instead all the test classes marked with @Test are running. I am sure I have to change something in the build.gradle file, but did not get this setting anywhere.
This is how my test suite looks like,
**
** Please help me in running a test suite, using gradle in serenity.