Gradle Test Logger Plugin Versions Save

A Gradle plugin for printing beautiful logs on the console while running tests

v4.0.0

7 months ago

Fixed bugs:

  • The Provider.forUseAtConfigurationTime method has been deprecated. #321

Closed issues:

  • Upgrade to Gradle 7.5.x #295

Merged pull requests:

v3.2.0

2 years ago

Implemented enhancements:

  • Add filter: hide regular passing tests, show slow passing tests #158

Merged pull requests:

v3.1.0

2 years ago

Implemented enhancements:

  • Disable all output in CI environment #224
  • Indicate nested tests #146

Fixed bugs:

  • NoSuchMethodError: org.gradle.api.provider.Provider.forUseAtConfigurationTime() #225
  • OutOfMemoryError while collecting test output even when disabled #213
  • Top level class is not logged #204
  • Hierarchical tests do not output all levels #141

Closed issues:

  • Upgrade to Gradle 7.2 #226
  • Add support for @ParameterizedTest with @MethodSource #125

Merged pull requests:

v3.0.0

3 years ago

Implemented enhancements:

  • Display start of the test #165

Fixed bugs:

  • System property usage causes Gradle 7 to complain (when using --configuration-cache) #195
  • Stack trace does not show application code #170
  • Incompatible with Gradle Configuration Cache #163
  • evaluationDependsOnChildren(): No output at all (Gradle 6.6 RC2) #156

Closed issues:

  • Upgrade to Gradle 6.7 #172
  • Kotlin DSL #137
  • Document TestLoggerExtension class #136

Merged pull requests:

v2.1.1

3 years ago

Fixed bugs:

  • Cannot override logLevel using command line #161
  • JetBrains IDEA prints the escape codes instead of switching colors #148

Closed issues:

  • Upgrade to Gradle 6.6 #153
  • Incorrect coverage reported by JaCoCo and Coveralls #152

Merged pull requests:

v2.1.0

3 years ago

Implemented enhancements:

  • Auto Switch Theme based on --console value and --parallel #149

Fixed bugs:

  • Theme is defaulted to plain even when maxForks is greater than 1 #139
  • Plugin version 1.7.1 not working with Gradle 4.8.1 #138

Closed issues:

  • Upgrade to Gradle 6.4.1 #150
  • Upgrade to Gradle 6.2 #143
  • Add support for kotlin-dsl #127

Merged pull requests:

v2.0.0

4 years ago

Closed issues:

  • Upgrade versions of everything #132
  • Upgrade to Gradle 5.6.2 #129
  • Upgrade to Gradle 5.2 #102

Merged pull requests:

v1.7.1

4 years ago

Closed issues:

  • Add example image of summary to readme #126
  • Output containing testlogger tags can interfere with the produced logs #123
  • Clarify documentation about new stack trace options #120
  • Filtering standard stream doesn't seem to be working properly #114
  • A couple usability suggestions #88

Merged pull requests:

v1.7.0

4 years ago

Closed issues:

  • Not enough details about exception thrown by the test. #118
  • NoSuchMethodError: org.fusesource.jansi.Ansi.fgGreen()Lorg/fusesource/jansi/Ans #116
  • Mocha on dark terminals #115
  • Add support for @Nested and @DisplayName #106
  • Get rid of logs original test logs #105
  • Prints corrupted json #104
  • Bad encoding on standard and mocha themes when printing to Eclipse's console #92
  • Testsuite fatal error output not shown #89

Merged pull requests:

v1.6.0

5 years ago

Implemented enhancements:

  • Allow testlogger to be configured independently for each task #90

Closed issues:

  • Test time reporting under the threshold #101
  • Doesn't render tickmarks for mocha theme on Windows #99
  • Add CompileStatic to more classes #97
  • Print list of tests before execution #91
  • JUnit5 Gradle Plugin interferes with this one #87
  • Use of testLogger.showStandardStreams can lead to confusion #86

Merged pull requests:

  • Add @CompileStatic to all classes #98 (radarsh)
  • Highlight lowercase extension name in documentation #96 (radarsh)
  • Clarify documentation about junit-platform Gradle plugin #95 (radarsh)
  • React to testLogging.showStandardStreams #94 (radarsh)
  • Configure testlogger for each task #93 (radarsh)