Sonarqube + Cucumber + Gradle
问题 Whenever I try to run ./gradlew sonarqube I get the following message: Scenario: This is a test # sample/helloworld/readycheck.feature:3 Given This is my first step # StepDefinitions.This_is_my_first_step() When This is my second step # StepDefinitions.This_is_my_second_step() Then This is my third step # StepDefinitions.This_is_my_third_step() 1 Scenarios (1 passed) 3 Steps (3 passed) 0m0.221s sample.helloworld.ReadyCheckTest > testDoGet STANDARD_OUT Checking ready status... Returing ready