This Step runs tests with gradlew.
You can specify the test tasks to run and set flags to the executed gradlew command.
To use this Step, you need at least two things:
To configure the Step:
--tests='*.MyTestClass' to run a specific test class.build.gradle file for the Step in the Path to the Gradle build script to use input.If you receive an error that Gradle Wrapper (gradlew) is required, make sure to generate one if you don't have one already. You can read more about it in the official Gradle guide.