trivago / cluecumber

Clear and concise reporting for the Cucumber BDD JSON format.

Home Page:https://www.softwaretester.blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Final screenshots/ embeds not shown in reports

GregJohnStewart opened this issue · comments

I'm experiencing an issue where items embedded in the scenario in a method annotated with @After don't appear in the cluecumber reports. I believe that they are correctly being embedded because they appear in the default Cucumber html output.

Have you checked that the after hooks are displayed in the report by clicking on the upper right button in the report?
You can also display after hooks per default using <expandBeforeAfterHooks>true</expandBeforeAfterHooks>

@GregJohnStewart did this solve it?

Apologies, it has been busy. Yes, it did, Thanks!