allure-framework / allure-framework/allure-java
Spock @Retry annotation multiple runs put under the same overview as test body
- Dominant language
- Java
- Stars
- 376
- Forks
- 240
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 45
Description
**Describe the bug**
Spock @Retry annotation multiple runs put under the same overview as test body.
**To Reproduce**
Steps to reproduce the behavior:
1. [Go project](https://github.com/karltiirik/spock-restassured-allure/tree/retry-repro-branch)
2. Run test according to README.md
3. Generate report according to README.md
**Expected behavior**
"Given: a post exists; When: a post is queried; Then: correct response is returned" test has 3 entries under the Retries tab (for each retry).
**Actual behaviour**
Each retry is put under Overview instead of Retries tab:

Retries tab is empty:

Contributor guide
Assessment
This issue has not been assessed yet.