serenity-bdd / serenity-core

Serenity BDD is a test automation library designed to make writing automated acceptance tests easier, and more fun.
http://serenity-bdd.info
Other
719 stars 516 forks source link

Failed step screenshot not attaching to the serenity report #3548

Closed ak270296 closed 1 day ago

ak270296 commented 4 days ago

What's the Problem You're Trying to Solve?

I tried to attach a failed step screenshot to the report but it was not working. I added serenity.take.screenshots=FOR_FAILURES this line into serenity.properties file. For other options like AFTER_EACH_STEP it is working fine.

image

Proposed Solution

Github Project link: https://github.com/ak270296/Serenity-bdd/

Alternative Solutions

No response

Implementation Support