Feature request: Support current partition hash or count value in junit report file name. #2448
harlequin
started this conversation in
Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Motivation
I want to use nextest during ci across several machines. Each
partition
shall create a unique junit.xml output on a common storage.After all test machines are done, the junit files could be merged (not expected that nextest is doing this!. Only to show the use case)
Proposal
Implement a "template" feature inside nextest.toml to use like
Alternatives
What even would work as workaround is to define the
junit.path
as command line parameter fornextest run
, so with this we would have the possibility to define ownfilenames
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions