allure-framework / allure-framework/allure-java

Spock @Retry annotation multiple runs put under the same overview as test body

Open
#851 0 comments 0 reactions 0 assignees View on GitHub
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:
![Kuvatõmmis 2022-11-18 000823](https://user-images.githubusercontent.com/6077967/202570767-1b998a7a-a622-484b-9ef8-b0699b6589ac.png)

Retries tab is empty:
![Kuvatõmmis 2022-11-18 000741](https://user-images.githubusercontent.com/6077967/202571068-f734229b-c1dd-405d-b41e-cae9451ad615.png)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.