Improve Allure reporting to have description for hooks.
Add support for embedded fields in @Before and @After annotation to provide the description for the hook. In case if this is impossible add support for default Allure @Step annotation.
So that Allure Report will contain enough information about the background activities during scenario.
Improve Allure reporting to have description for hooks.
Add support for embedded fields in
@Beforeand@Afterannotation to provide the description for the hook. In case if this is impossible add support for default Allure@Stepannotation.So that Allure Report will contain enough information about the background activities during scenario.