gradle-test-logger-plugin icon indicating copy to clipboard operation
gradle-test-logger-plugin copied to clipboard

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

Results 59 gradle-test-logger-plugin issues
Sort by recently updated
recently updated
newest added

Bumps com.gradle.enterprise from 3.8.1 to 3.11.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.gradle.enterprise&package-manager=gradle&previous-version=3.8.1&new-version=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...

dependencies

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...

dependencies

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...

dependencies

**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...

feature

**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

question

Bumps com.gradle.plugin-publish from 0.19.0 to 1.0.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.gradle.plugin-publish&package-manager=gradle&previous-version=0.19.0&new-version=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...

dependencies

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...

question

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....

feature

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...