jenkinsci / allure-plugin

Allure Jenkins Plugin
https://plugins.jenkins.io/allure-jenkins-plugin/
Other
84 stars 65 forks source link

Unable to consolidate Allure report generated in two different test environment #368

Open alokguptamca opened 2 weeks ago

alokguptamca commented 2 weeks ago

Jenkins and plugins versions report

Hi Team,

I'm trying to generate Allure report in two different test environments. I'm able to generate two different JSON result files but as Test Result is same in both environments, it is showing one test result (As test result is same so same historyid has generated). Example: I'm running 1 test case in two different test environments, like T1 and T2 and having 1 test case only. I'm able to see, two different Json files but in Allure report, it's showing only 1 Test Result as historyid is same. I verified in Allure documentation that if same test case executed in different environment and their result is same so same historyid will be generated.

I'm trying to distinguish test case result in two different environment. As uuid is different, so how to use uuid as unique identifier to show as two different test case?

Thanks, Alok Gupta +1 (586) 438-9808

What Operating System are you using (both controller, and any agents involved in the problem)?

Windows 11 Enterprise

Reproduction steps

Step-1: I'm running 1 test case in two different test environments, like T1 and T2 and having 1 test case only. Step-2: I'm able to see, two different Json files but in Allure report, it's showing only 1 Test Result as historyid is same. Step3: I verified in Allure documentation that if same test case executed in different environment and their result is same so same historyid will be generated.

Expected Results

Allure report should show two test results

Actual Results

Allure report showing one test results

Anything else?

No response

Are you interested in contributing a fix?

Yes

baev commented 2 weeks ago

The issue isn't related to Jenkins Plugin functionality. Please create a discussion https://github.com/orgs/allure-framework/discussions/new?category=questions-support , make sure you specify the test framework you're using and the versions