dodie / scott

Never debug a test again: Detailed failure reports and hassle free assertions for Java tests - Power Asserts for Java
https://advancedweb.hu/junit-and-cucumber-test-reports-based-on-source-code-and-behavior/
MIT License
137 stars 17 forks source link

Move verbosity configuration to the API #84

Closed dodie closed 5 years ago

dodie commented 5 years ago

Currently the verbose logs can be activated with the scottDebug environment variable. This is not flexible, as clients of the instrumentation API (other than Scott Test Reporter) might want to enable this.

Goal: