Available visual themes for Gradle Test Logger Plugin
developThe plugin supports several visual themes for displaying test results in the console. These themes can be categorized by their visual style (Standard, Mocha, Plain) and whether they support parallel execution output (Parallel variants).
Standard Themes
- Standard theme: The default visual style.
- Mocha theme: A style inspired by Mocha test reports.
- Plain theme: A minimal, unstyled output.
Parallel Themes
If you are running tests in parallel, you can use parallel-specific versions of the themes to ensure the output remains organized:
- Standard parallel theme
- Mocha parallel theme
- Plain parallel theme