You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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:
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?
The text was updated successfully, but these errors were encountered: