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

Display test details #132

Open
wneirynck opened this issue Apr 16, 2024 · 0 comments
Open

Display test details #132

wneirynck opened this issue Apr 16, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@wneirynck
Copy link
Contributor

When a job runs unit test, we should have a way to display those results. For starters, we could parse the junit.xml files that are published. Question is, should this be separate from "regular" artifacts? Or done with an extension?

The latter seems the most flexible: set up an extension that the user can configure on the job, that points to the information that holds test results (most likely a file). Those results should then be stored in the job in a structured manner (independent of the source) so it can be displayed to the user.

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

No branches or pull requests

1 participant