Skip to content
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

Improve the dashboard Tests failure analysis to compete with Jenkins JUnit reports #4887

Open
k1w1m8 opened this issue Jan 13, 2024 · 2 comments

Comments

@k1w1m8
Copy link

k1w1m8 commented Jan 13, 2024

As a (too?) long time user of Jenkins JUnit plugin, I've come to rely on the Jenkins JUnit html reports for analysing the history of test failures. These reports:

  • link test runs and related failures to the commits that caused them
  • record ages against all failures so you can see how long they failed and easily navigate to the first build where they failed
  • record individual test histories and allows to visualise the history with passes / fails to identify flaky tests
  • allow to drill down on individual test folders / packages

I had a quick browse around the demo testkube instance and the Tests page seems very basic. I couldn't see anything like the above features. For individual tests, all I can see is the text output :-(.

How are we supposed to use testkube to investigate the history of test failures?

@vsukhin
Copy link
Collaborator

vsukhin commented Jan 13, 2024

Thank you @k1w1m8 it's for our front end team @rangoo94 and prodcut owner @TheBrunoLopes to analyze

@vsukhin
Copy link
Collaborator

vsukhin commented Apr 29, 2024

guess, this will be in Enterprise edition @dejanzele @WitoDelnat

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants