systelab / allure-reporter

Printable report generation for Allure
4 stars 2 forks source link

Possibility to generate Actual Results with java (currently is only possible in angular) #63

Open ManelMoreno opened 4 years ago

ManelMoreno commented 4 years ago

jsons created after execution can not content the new label 'actual results'. This works for xml, and corresponding Angular code but not for java.

During verification I modified both json and xml manually, after being generated by the execution and I didn't realize that the automation code could not use this new label.

It is not a severe bug, because we can always use the UI text field, but that is applied to all TCs in the report and not just to a individual TC, as could be done if this info comes from the automation test code.

olgapuig commented 3 years ago

This is a nice-to-have enhancement. Custom labels need to be created to automatically upload from java. HemoHub and Synapse does not need this given that Actual Results is used through entering the information in the allure-reporter UI QuantaLyzer and HemoHub does not use the ActualResults in Angular. Given there's no project that requires this enhancement, it is not considered in the scope of V3.0

ManelMoreno commented 11 months ago

Add also this for .Net tech. Priority: Low