./gradlew :kafka-consumer-application:kafka:test --tests "io.confluent.developer.KafkaConsumerApplicationTest"
No matching tests found in any candidate test task.
Requested tests:
Test pattern io.confluent.developer.KafkaConsumerApplicationTest in task :kafka-consumer-application:kafka:test
I'm working through the tutorial and tried to execute the tests https://github.com/confluentinc/tutorials/blob/master/kafka-consumer-application/kafka/src/test/java/io/confluent/developer/KafkaConsumerApplicationTest.java
And I'm getting an empty test summary html file so I checked the build output and noticed the above. I'm able to run the tests in the KafkaProduceAppliation module just fine so I'm not sure what's causing the issue here.