systelab / allure-reporter

Printable report generation for Allure
4 stars 2 forks source link

Report duplicates rows when the steps in the spec are defined anidated #25

Closed apariciojl17 closed 5 years ago

apariciojl17 commented 5 years ago

In the .xml file generated from Protractor, if the spec has anidated steps like this example:

allure.createStep('Action: Click on the "Add Test" button', () => { ... allure.createStep('The window dialog is present', () => { ... })() ... })()

then the generated report has duplicated rows for each of the inner Steps (not for the "Action:" one)