Christian Dräger

Results 32 comments of Christian Dräger

same error as @cipley over here with version "0.9.2"

No, not knowingly. Here is the build file of one of the projects where I am using your test logger: https://github.com/skrapeit/skrape.it/blob/master/build.gradle.kts It started logging all tests twice after I bumped...

Setting the `showStandardStreams` option to `false` unfortunately didn't change the result. Here is the commit deactivating the Standard streams with corresponding log output (hope you can see it) https://github.com/skrapeit/skrape.it/runs/4850664855?check_suite_focus=true

this will throw an exception (i am using gradle kotlin dsl) ![image](https://user-images.githubusercontent.com/22223458/149999410-7c51f38f-c2a2-4fcc-a5f1-bdfb6a7761bb.png)

i turns out that configuring testLogging events as part of the test task e.g. ```kotlin test { testLogging { events(TestLogEvent.PASSED, TestLogEvent. SKIPPED, TestLogEvent.FAILED) } } ``` will lead to the...

hey @ThomasJejkal i would be highly interested in the full example as well. especially the publish via github actions scenario :)

same for me. installed it by using the appimage and running cerebro on Ubuntu 19.10.

Oh my fault, I always tried to install plugins by typing 'plugin management' into the search bar. I finally managed to install plug-ins. Just type 'plugins somepluginname' into the cerebros...

some issue using gradle 7.0.2 and ktlint plugin 10.0.0