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

Capture stdio of running test suites #20

Open
timja opened this issue Dec 21, 2021 · 0 comments
Open

Capture stdio of running test suites #20

timja opened this issue Dec 21, 2021 · 0 comments

Comments

@timja
Copy link
Member

timja commented Dec 21, 2021

Originally reported by @jglick in JENKINS-47208

Currently the plugin will parse, for example, target/surefire-reports/TEST-pkg.Suite.xml once it appears. But if pkg.Suite by itself can take two hours to run (as I have observed for some acceptance-test-harness tests, sadly), you just have no idea from the Jenkins UI what is going on, and the build log does not generally say anything beyond

Running pkg.Suite
So we should pick up the logic from this code and look for any -output.txt without a corresponding TEST-.xml, and display it in a special UI (ideally even a live-update widget).

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

No branches or pull requests

1 participant