Options (1)
-i, --infobooleanRun tests with detailed output
Example:
gradle test {{[-i|--info]}}Examples (5)
Run all tests
Run tests with detailed output
gradle test [-i|--info]Run a specific test class
gradle test --tests class_nameRun tests matching a pattern
gradle test --tests "pattern"Rerun tests even if up-to-date
gradle test --rerunmade by @shridhargupta | data from tldr-pages