systelab / allure-reporter

Printable report generation for Allure
4 stars 2 forks source link

Show on the report some labels present on the .xml file (build, user, executionDate) #27

Closed apariciojl17 closed 5 years ago

apariciojl17 commented 5 years ago

There are some labels present on the .xml file that may appear on the top (or bottom) of the report.

As they appear on the .xml file:

label name='appBeingTested' value='laboratory' abel name='appName' value='Modulab' label name='appDescription' value='Laboratorio' label name='appVersion' value='Versión: 3.1.03 (build 1)' label name='testVersion' value='0.8.0' label name='testCreatedBy' value='name@domain.com' label name='testLastModifiedBy' value='name@domain.com' label name='testStartedAt' value='OCT/24/2018 13:28:53' label name='company' value='company_name' label name='browserName' value='chrome' label name='browserVersion' value='70.0.3538.67' label name='platform' value='Windows NT'

Developed solution:

olgapuig commented 5 years ago

image