BAEL_spock_extensions

This commit is contained in:
Kacper Koza 2019-04-08 00:03:13 +02:00
parent 256a81b6f4
commit e0f9f6822e
1 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,10 @@ import extensions.TimeoutTest
import spock.lang.Issue
runner {
filterStackTrace true
if (System.getenv("FILTER_STACKTRACE") == null) {
filterStackTrace false
}
report {
issueNamePrefix 'Bug '