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

Custom names per junit invocation #183

Closed
mrginglymus opened this issue Oct 16, 2020 · 3 comments
Closed

Custom names per junit invocation #183

mrginglymus opened this issue Oct 16, 2020 · 3 comments

Comments

@mrginglymus
Copy link
Contributor

We're using (and loving) this new usage of the checks API for junit. However, we have multiple invocations of junit (across multiple different pipelines jobs) per PR.

This means that currently, only the last reported test appears. Is there something in the works to allow for custom names? I'm happy to try to contribute myself if not.

@timja
Copy link
Member

timja commented Oct 16, 2020

Hi, no there currently isn't a way, but it should be quite easy to add.

maybe
freestyle:

Checks name: 'Tests'

pipeline:
checksName:

and just have it default to tests and allow you to override and set whatever you like?

Happy to take a PR for it ❤️

@mrginglymus
Copy link
Contributor Author

Great, I'll have a play next week 👍

@timja
Copy link
Member

timja commented Oct 23, 2020

Fixed in #189

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

2 participants