Describe the bug
When using singleton instance of AllureRestAssured filter, attachment name is set once and the same name is then reused across all subsequent responses (see picture).

To Reproduce
Just reuse the same instance of AllureRestAssured across multiple HTTP requests.
From the picture above:
- Attachment name is set to
HTTP/1.1 302 Found when response for the first request is received;
- Attachment name is set to
HTTP/1.1 302 Found for 2nd all subsequent requests which is incorrect. Should be HTTP/1.1 200 OK instead
Expected behavior
Attachment name should be correctly set for the 1st and all subsequent RestAssured responses
Additional context
PR will folow
Describe the bug
When using singleton instance of AllureRestAssured filter, attachment name is set once and the same name is then reused across all subsequent responses (see picture).
To Reproduce
Just reuse the same instance of AllureRestAssured across multiple HTTP requests.
From the picture above:
HTTP/1.1 302 Foundwhen response for the first request is received;HTTP/1.1 302 Foundfor 2nd all subsequent requests which is incorrect. Should beHTTP/1.1 200 OKinsteadExpected behavior
Attachment name should be correctly set for the 1st and all subsequent RestAssured responses
Additional context
PR will folow