jenkinsci / allure-plugin

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

Expose a column to show passed/failed statistics on jenkins view. #352

Open saurabh-c-rai opened 6 months ago

saurabh-c-rai commented 6 months ago

What feature do you want to see added?

We are using allure for test reporting. We can see trend graph when we go inside the project view. Can we also expose a column that can give us a consolidated view of test cases passed and failed for the entire project. There is similar column exposed by Robot Framework plugin.

Eg. snapshot from robot plugin.

image

Upstream changes

No response

Are you interested in contributing this feature?

Yes...but i have limited exposure to Java and jenkins.