You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use attachments to add video and trace information in an after() hook.
I have verified that the window.CUCUMBER_MESSAGES block is the same between cucumber-jvm 7.21.1 and 7.22.0
My only explanation is that the latest react-components have tied attachments to testStepId which don't resolve for before() and after() hooks
The text was updated successfully, but these errors were encountered:
Kouzukii
changed the title
Attachments from before&after Hooks are no longer shown
Attachments from before&after hooks are no longer shown
Apr 16, 2025
👓 What did you see?
We use attachments to add video and trace information in an after() hook.
I have verified that the window.CUCUMBER_MESSAGES block is the same between cucumber-jvm 7.21.1 and 7.22.0
My only explanation is that the latest react-components have tied attachments to testStepId which don't resolve for before() and after() hooks
✅ What did you expect to see?
The same test run with cucumber-jvm 7.21.1
📦 Which tool/library version are you using?
java 21
cucumber-jvm 7.22.0
🔬 How could we reproduce it?
📚 Any additional context?
No response
The text was updated successfully, but these errors were encountered: