-
Notifications
You must be signed in to change notification settings - Fork 40
Description
Description
Hello,
I've succesfully setup the project as a dependency using the gradle plugin; and I'm sure of it as I am able to setup a testlogger configuration object in my top-level build.gradle. However I'm not seeing the mocha theme or any other feature doing anything when I run ./gradlew app:test or using Android Sudio 'Run Tests'
I haven't setup anything in my modules. Should I be setting something in the modules?
Versions
- Test logger version: 3.2.0
- Gradle version: 8.1.1
- Java version: Amazon Corretto 17.0.1
Type of test being run
Whether it is JUnit, Spock, TestNg, or anything else. Also, try to include a sample test here.
Test logger configuration
testlogger {
theme = com.adarshr.gradle.testlogger.theme.ThemeType.MOCHA
showExceptions = false
showStackTraces = false
showCauses = false
slowThreshold = 2000
showSummary = false
showSimpleNames = false
showPassed = true
showSkipped = true
showFailed = true
showOnlySlow = false
showStandardStreams = false
showPassedStandardStreams = false
showSkippedStandardStreams = false
showFailedStandardStreams = false
logLevel = org.gradle.api.logging.LogLevel.ERROR
}
Screenshots
Additional information
Add any other information about the problem here.