radarsh / gradle-test-logger-plugin

A Gradle plugin for printing beautiful logs on the console while running tests
Apache License 2.0
835 stars 36 forks source link

Mocha Theme but without Color #304

Open akefirad opened 1 year ago

akefirad commented 1 year ago

Description

Would be nice to have the Mocha theme but without colors. The use is case is in Intellji IDEA which doesn't support colors:

      When: POST /foo
        ✔ Then: response should be 200 OK

        ✔ Then: events are persisted

21:46:55.469 [,] [SpringApplicationShutdownHook] DEBUG o.s.w.c.s.GenericWebApplicationContext - Closing org.springframework.web.context.support.GenericWebApplicationContext@6f9ab79d, started on Sat Nov 19 21:46:51 CET 2022
  7 passing (12.5s)
BUILD SUCCESSFUL in 13s

Additional information AFAIK, there's no way to configure the IDE to support colored logs. Generally would be great to have a theme to indicate test results using emojis for the sake of readability. Happy to help if needed.

RegreTTO commented 1 year ago

I can confirm this problem from my side. I thought that the problem was in my windows registry configuration, but it is not