systelab / allure-reporter

Printable report generation for Allure
4 stars 2 forks source link

Allure-reporter. Modify TmsLink to use TC ID and not TC name #11

Closed olgapuig closed 4 years ago

orozluk commented 5 years ago

If the intended use of TmsLink is linking items, using the Jama Test Case Key value would make more sense than using the Jama Test Case Name.

ManelMoreno commented 4 years ago

After the Jorge's fix, we need to fully test this feature (both by ID and by Name), and evaluate how to solve the impact in the Title Name that is shown in Allure Report (using TC ID to match JAMA TC, avoids the Test Case name in the report, which should keep appearing). Should we open a new issue to manage this afectation? --> The Stakeholders said NO in the last meeting (9/1/2020)

ManelMoreno commented 4 years ago

This implementation is to be verified. Please add here the cases tested and the results.

ainhoam commented 4 years ago

Two test cases created in jame, ones to upload by TC name and other to upload by TC id. Two test cycle created, ones for json files and other to Json format.

Both upload as expected: TestRunUploadbyxml TestRunUploadbyjson

Files: FilesToVerifyUploadTestRunByID.zip

Evidences: Evidencia TC by Id Allure Reporter V2.pdf [xml files]Evidencia TC by Id Allure Reporter V2.pdf

ManelMoreno commented 4 years ago

Ok, thanks Ainhoa! Just to point for that the executions in JAMA for XML files could be notice that XML files are used instead of json, as Test Preconditions and steps refer alwyas to json files..