build-monitor-plugin
build-monitor-plugin copied to clipboard
Show real-time test results
I would be great if on the Status Monitor View an information from Junit Realtime Test Reporter Plugin (https://jenkins.io/doc/pipeline/steps/junit-realtime-test-reporter/) would be shown. So it would be possible to see live status of test execution.
See my PR #377 , but it requires a modified version of the junit realtime plugin for it to work. Cloudbees is not so great with accepting PRs, so it might take a long time.
But you can build both plugin manually, that's what i've done and have been running them for months now. My branch my be a bit behind though.
Thanks. What do exactly mean by "it requires a modified version of the junit realtime plugin"?
Sorry I can see I wasn't clear.
I've submitted a pull request for the junit realtime plugin to add a progress bar: https://github.com/jenkinsci/junit-realtime-test-reporter-plugin/pull/9
It works but it requires a manual refresh of the page to get updated results.
My PR #377 is based on that version and since the build monitor plugin uses angularjs, the integration is much better, the progress bar is updated automatically.
To test it, build and install my PRs for the junit realtime and build monitor plugins.
If you like it, comment on the JIRA issue to try and get it accepted: https://issues.jenkins-ci.org/browse/JENKINS-50048