I am trying to generate an allure report for my suite. I am getting the report but the report does not display all the steps in the Test body section. It only displays a screenshot of the failed test and if the test case passed it does not display anything.
here is my config I added
plugins:{
allure:{
enabled:true,
},
uniqueScreenshotNames:true,
retryFailedStep:{
enabled:true,
retries:2,
},
},
Screenshot of passed and failed test:
Screenshot of passed case
Please suggest.
Thanks