gradle-test-logger-plugin
gradle-test-logger-plugin copied to clipboard
A Gradle plugin for printing beautiful logs on the console while running tests
Bumps com.gradle.enterprise from 3.8.1 to 3.11.1. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [byte-buddy](https://github.com/raphw/byte-buddy) from 1.12.7 to 1.12.13. Release notes Sourced from byte-buddy's releases. Byte Buddy 1.12.13 Avoid duplicate application of Byte Buddy Maven plugin. Allow for class path discovery of Plugins...
Bumps [objenesis](https://github.com/easymock/objenesis) from 3.2 to 3.3. Release notes Sourced from objenesis's releases. 3.3 migrate from TravisCI to GitHub Actions (#88) org.objenesis:objenesis-test missing in Maven Central (#85) added instructions for running...
**Description** Usually, with the regular test logger in Gradle, it prints the standard outputs to the console but not the parameterized test cases. Is there an option in this plugin...
**Description** I need to have a better report tooling on my jenkins console when running android espresso tests. I want to know if this can work for android espresso
Bumps com.gradle.plugin-publish from 0.19.0 to 1.0.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Is there a way to get this library compatible with kotlin native using kotlin.test (https://kotlinlang.org/api/latest/kotlin.test/)? Currently im using kotlin-test-common and kotlin-test-annotations-common for kotlin native but there is no output. For...
Hi, we have been using the plugin this way: `plugins { id 'com.adarshr.test-logger' version '1.7.0' }` Suddenly I'm getting the following error: ``` What went wrong: Plugin [id: 'com.adarshr.test-logger', version:...
## Description When `showFullStackTraces` is `true`, the plugin prints the whole stacktrace. But I think that most lines of the stacktrace is useless since they come from test framework (e.g....
Kind of a lark, but I made this change to see if I could get this plugin to work with the kotlin multiplatform tests... and it worked! Figured it'd be...