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

Add flag to prefix testsuite name #100

Open
bbrks opened this issue Jan 14, 2020 · 0 comments · May be fixed by #102
Open

Add flag to prefix testsuite name #100

bbrks opened this issue Jan 14, 2020 · 0 comments · May be fixed by #102

Comments

@bbrks
Copy link

bbrks commented Jan 14, 2020

I would like the ability to prefix the testsuite name with a custom string.

This will allow me to run tests, and generate unique XML reports for various combinations of $GOOS, $GOARCH, and other custom build tags.

E.g: -package-prefix="linux/arm/"

<testsuite ... name="linux/arm/github.com/example/example">

This is mainly so that I can have Jenkins read multiple junit reports, and aggregate them in a single pipeline job:

Screenshot 2020-01-14 at 12 40 27

Would you be open to a PR that adds a flag that will prepend something to the test suite package name like above?

@bbrks bbrks linked a pull request Jan 24, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant