systelab / allure-reporter

Printable report generation for Allure
5 stars 2 forks source link

Fix #25 #28

Closed olgapuig closed 6 years ago

olgapuig commented 6 years ago

Fix XML parser. The function getElementsByTagName("step") obtains all the steps in the tree and it's required to get only the first level children.