Gradle Test Logger Plugin Versions Save

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

v1.5.0

5 years ago

Implemented enhancements:

  • Feature: suppress logging output for successful tests #61
  • Consider adding option to show failed only tests in output. #38

Closed issues:

  • Upgrade to Gradle 4.10 #83
  • Encapsulate TestResult and TestDescriptor along with all their associated methods #78
  • Refresh screenshots #76
  • Fix Gradle deprecation warnings #75
  • Add TestNG based tests #74

Merged pull requests:

v1.4.0

5 years ago

Implemented enhancements:

  • Add support for parallel test execution #8

Closed issues:

  • Introduce a high level abstraction for collecting standard stream output #72
  • Fix CircleCI build instability #68
  • Upgrade to Gradle 4.9 #67

Merged pull requests:

  • Refactor standard stream collectors into OutputCollector abstraction #73 (radarsh)
  • Add test for ThemeType #71 (radarsh)
  • Upgrade to Gradle 4.9 #70 (radarsh)
  • Limit max memory available to Gradle for CircleCI builds #69 (radarsh)
  • Add support for parallel test execution #66 (radarsh)

v1.3.1

5 years ago

Closed issues:

  • Bright yellow is not readable if console has bright background #59

Merged pull requests:

  • Turn off bright yellow in standard theme #65 (radarsh)

v1.3.0

5 years ago

Implemented enhancements:

  • Document system property overrides #63
  • Allow overriding configuration by using system properties #40

Fixed bugs:

  • Develop branch: No such property: displayName for class: org.gradle.api.internal.tasks.testing.DecoratingTestDescriptor #60

Closed issues:

  • Upgrade to Gradle 4.7 #57

Merged pull requests:

  • Document system property overrides #64 (radarsh)
  • Fix Gradle backward compatibility issue #62 (radarsh)
  • Upgrade to Gradle 4.7 #58 (radarsh)
  • Allow overriding of config using system properties #56 (radarsh)
  • Added support for nested JUnit5 tests. #55 (mithomas)

v1.2.0

6 years ago

Implemented enhancements:

  • Add option to display STDOUT #50
  • Upgrade to Gradle 4.5.1 #48
  • JUnit 5 Support #47
  • Upgrade to Gradle 4.4 #45

Fixed bugs:

  • Slow test that failed doesn't show the execution time #51
  • Could not create an instance of type com.adarshr.gradle.testlogger.TestLoggerExtension_Decorated. #44

Merged pull requests:

v1.1.2

6 years ago

Fixed bugs:

  • Erase ahead should be added to suite text #42

Merged pull requests:

  • Erase ahead before writing every line #43 (radarsh)

v1.1.1

6 years ago

Fixed bugs:

  • Summary doesn't fully overwrite existing lines #39

Merged pull requests:

  • Erase ahead before writing summary text #41 (radarsh)

v1.1.0

6 years ago

Implemented enhancements:

  • Mocha theme should more accurately represent Mocha's spec reporter #34
  • Upgrade to Gradle 4.3 #30
  • Use consistent status badges #26
  • Perform code coverage analysis #25
  • Print test duration for slow tests #18
  • Post suite summaries #11

Fixed bugs:

  • Specifying --console=plain doesn't have any effect if a theme is configured using the DSL #35
  • Fix coverage badge #32
  • Fix flakey tests caused by non-deterministic test execution order #23

Merged pull requests:

v1.0.1

6 years ago

Implemented enhancements:

  • Print failure reason and stacktrace #13
  • Test logger should use test logger #12
  • Add ability to hook it into additional Test type tasks #10

Fixed bugs:

  • Do not print empty suites with no tests #19
  • Error running with Gradle 4.1 (and possibly Android's gradle plugin 3.0.0-beta7) #14

Closed issues:

  • Add AppVeyor build badge #15

Merged pull requests:

v1.0.0

6 years ago

Implemented enhancements:

  • Publish plugin #5
  • Update documentation #4

Fixed bugs:

  • Unicode characters don't display correctly on Windows #2

Merged pull requests: