cucumber-attic / cucumber-html

Cross platform HTML formatter for all implementations of Cucumber
Other
40 stars 49 forks source link

Handle before step and after step hooks #50

Closed brasmusson closed 6 years ago

brasmusson commented 6 years ago

Handle before step and after step hooks.

Also treat scenario hooks as scenario elements, that is align the handling of scenario hooks and step hooks.

Required by cucumber/cucumber-jvm#1323.

Supersedes and closes #36. Supersedes and closes #48.