serenity-bdd / serenity-cucumber

Cucumber integration for the Serenity BDD Reporting library
Other
78 stars 74 forks source link

Unable to view 'Error Types' section in report #176

Open poorvikamahesh opened 5 years ago

poorvikamahesh commented 5 years ago

Hello,

I am using Serenity BDD framework and I am unable to view the Error Types section in the reports generated (like the report here - http://thucydides.info/docs/serenity-report/index.html)

image

Kindly help

Thanks!!

wakaleo commented 5 years ago

Please look at the reports in 2.0.x.

poorvikamahesh commented 5 years ago

@wakaleo Thanks I updated to 2.0.7. But still not getting the error type section

image

As i missing any properties that needs to be added?

wakaleo commented 5 years ago

What do you mean by the "Error Types section"?

poorvikamahesh commented 5 years ago

@wakaleo The section displayed in the below report which displays different error types

http://thucydides.info/docs/serenity-report/index.html

wakaleo commented 5 years ago

That section has been replaced by the "Test Failure Overview" section.

wakaleo commented 5 years ago
image
poorvikamahesh commented 5 years ago

@wakaleo thanks again. Is there any way to have different types of Assertion error?

wakaleo commented 5 years ago

Just write your own custom assertions.