-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allure report history trend vs Jenkins' allure history trend #215
Comments
Is there a fix for this behaviour? |
Will that be fixed? Thanks) |
Can we get at least a comment here to know whether this gets fixed / if theres a workaround ? |
Vote for this issue! |
+1. Failed tests are represented as broken in the Jenkins trend chart |
+1 |
Any update on this? |
Failed tests are represented as broken in the Jenkins trend chart |
I encountered the same problem |
Any update on this issue |
I also encountered the same issue version 2.19.0 |
+1 the problem is not solved |
+1. problem is actual. 2.24.0 |
Problem caused by DataSetBuilder.build(). The `rowKey` which is an instance of `TreeSet` is sorted by **natural ordering**. The values of `rowKey` seems not visible to end users, got a quick way to fix the issue by adding a prefix to each of them.
Issue
The Allure report history trend colour is not the same as per Jenkins' Allure history trend. Is there any properties file that can configure the colour code type?
Context
Jenkins version: 2.7.8
Job type: Maven
Allure plugin version: 2.6.1
Allure commandline version: -
Problem description
Following are the history trend view via Allure report and Jenkins. As you can see the product defect is red in Allure report history but yellow in Jenkins history trend. I'm trying to sync the same colour toward Jenkins Allure history trend.
Allure report's history trend
Jenkins' Allure history trend
The text was updated successfully, but these errors were encountered: