serenity-bdd / serenity-cucumber

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

Add custom reporting line in the same step of reporting using serenity #196

Open Errr0rr404 opened 5 years ago

Errr0rr404 commented 5 years ago

Really love the serenity reporting. but Is there any way we could do a custom report?

My scenario looks like this :

  1. Open mobile application
  2. Perform some changes
  3. verify the changed values DB

So we can simply perform the test in mobile and check in the DB and for example we are getting a string with my result from DB, how do i tell serenity to update this string result in the report ? is there any way to call any method and feed that with the result from DB that we want to see in the report ? or any methods that we can modify ?

A suggestion will be really appreciated ..