JUnit5 fixtures methods shows in report as method name& It is not possible to override report display name for fixtures steps.
It will be great to add maybe some annotation like @step to override displayed name for fixtures methods. Here is a code which publish methods name:
|
map.put("name", method.getName()); |
JUnit5 fixtures methods shows in report as method name& It is not possible to override report display name for fixtures steps.
It will be great to add maybe some annotation like @step to override displayed name for fixtures methods. Here is a code which publish methods name:
allure-java/allure-junit5/src/main/java/io/qameta/allure/junit5/AllureJunit5.java
Line 109 in b782b29