allure-framework / allure-java

Allure integrations for Java test frameworks
Apache License 2.0
341 stars 218 forks source link

🐞: Spock - regression on test execution descriptions #1031

Closed emarques closed 1 week ago

emarques commented 2 months ago

What happened?

When upgrading from 2.25.0 to 2.27.0, for the following Spock test:

spock test

the test execution goes from: test body 2 26

to this: test body 2 27

What Allure Integration are you using?

allure-spock2

What version of Allure Integration you are using?

2.27.0

What version of Allure Report you are using?

2.28.0

Code of Conduct

baev commented 1 week ago

You need to make sure that the allure-spock2 dependency is specified before spock-related dependencies. Please see https://github.com/allure-framework/allure-java/issues/928