systelab / allure-reporter

Printable report generation for Allure
4 stars 2 forks source link

Parameterized with JUnit5 does not include TmsLink and Feature #29

Closed olgapuig closed 5 years ago

olgapuig commented 5 years ago

Allure 2 with JUnit 5 does not include in the generated JSON the attributes @tmslink and @feature 1f01c96c-fa31-4358-bf10-38a5eb71746b-result.json.txt

It works with JUnit 4. , { "name": "feature", "value": "Goal: This test case..." }], "links": [{ "name": "MLG_TC1086_LAB_QC_StatisticalCalculations", "type": "tms" }],

TmsLink and feature are mandatory tags, so the execution is not displayed in allure-reporter. Find out a solution. Proposal:

olgapuig commented 5 years ago

It works properly. It's not an issue. Fixed in https://github.com/systelab/seed-jee/pull/35