Debugging a single test class using gradle build

Hi ,

I have a test class,i want to debug the class during the gradle build.

I also tried with “gradle test -Dtest.debug -Dtest.single=AutoPaymentsResImplTest”

But unbale to lunch the test class in debug mode.

Please suggest

Ananta

Which of the two is not working? Running the single test class, or running it in debug mode? Test System Properties in the Gradle user guide should have all information you need.