What happened?
Hello! In case if any exception is thrown in a setupSpec() we do not see any test report. Example:
def setupSpec() {
setup: 'Test setup spec'
throw new RuntimeException('setup spec: exception')
}
What Allure Integration are you using?
allure-spock2
What version of Allure Integration you are using?
2.29.1
What version of Allure Report you are using?
2.29.1
Code of Conduct