allure-framework/allure-java

Unable to get the context of a test after the test has completed executing in allure.

akila0791 opened this issue · 1 comments

Describe the Bug

I need to attach a video to the test which has completed executing in the allure report. Unable to get the test node after execution in allure. I am able to attach files only to the current executing test. Please suggest steps for the same.

Steps to Reproduce

Attach a file/screenshot/video to the allure test.

Expected Behaviour

Should be able to add an attachment to a test after the test has completed executing. (Note: TestNG suite is still running)

Screenshots or Additional Context

No response

What Language are you using?

Java

What Framework/Allure Integration you are using?

TestNG

What version of Allure Integration you are using?

2.27.0

What version of Allure Report you are using?

2.27.0

Code of Conduct

  • I agree to follow this project's Code of Conduct

Can anyone suggest if its possible to attach a video to a particular test in the report after that test has completed execution..