Legacy Spock 1 integration for Allure Java.
io.qameta.allure:allure-spock
dependencies {
testImplementation(platform("io.qameta.allure:allure-bom:<allure-version>"))
testImplementation("io.qameta.allure:allure-spock")
}Add the dependency to a Spock 1 project. The module registers io.qameta.allure.spock.AllureSpock as a Spock global extension through service loader metadata.
- Use this module only for the legacy Spock line.
- Prefer
allure-spock2for Spock 2 projects. - The extension records specifications, features, iterations, fixtures, labels, links, and errors.