systelab / allure-reporter

Printable report generation for Allure
5 stars 2 forks source link

Support titles within steps #24

Closed olgapuig closed 1 year ago

danipiques commented 6 years ago

The titles take importance because the steps are always generated as "PASS" in the protactor XML generation, the only way (without modifying the XML source) to know that an step is FAIL is adding a title ('it' level) with the status of the following steps. This title shouldn't have step number because it is not an step

apariciojl17 commented 6 years ago

image

JordiCela commented 5 years ago

This issue also happens to me.

ManelMoreno commented 5 years ago

I need to understand better this CR.

olgapuig commented 4 years ago

This feature is requested by other projects with the purpose of adding titles as steps. image

The proposal of JLAparicio is not feasible because all the "Expected results" must have its own result either pass or failed.

An option may be to add a new type of Step - @Step("Title: Title that describes the section")

ManelMoreno commented 1 year ago

I would Reject this request. The motivation seems to be based in an old limitation of this tool.

ManelMoreno commented 1 year ago

I would Reject this request. The motivation seems to be based in an old limitation of this tool.