0

I'm using this plugin for cucumber, and I saw that if one or more steps are failed you have the screenshot on the report of that step. Is there a way to have the screenshots for each step also if they are not failed?

fege
  • 547
  • 3
  • 7
  • 19

1 Answers1

1

Generally it is not considered a good practice due to performance overhead however you can do it using "afterstep" hooks.

Vishal Aggarwal
  • 1,929
  • 1
  • 13
  • 23