Feature request: Per-Test stdout/stderr files #2795
t-moe
started this conversation in
Feature requests
Replies: 1 comment
-
|
It should be possible to build this on top of https://nexte.st/docs/features/record-replay-rerun/ (do read the design document). Maybe something like |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Motivation
We have tests that output a lot of logs. To debug, what went wrong in a pipeline run, we would like to store the stdout/stderr per test, instead of having to analyze one huge output file for all tests combined
Proposal
A new output format?
Maybe we would also need the option to specify multiple output formats (e.g. Junit summary without stdout/stderr and stdout/stderr-per-test)
Alternatives
(( A configuration option on the Junit (per-test) configuration, to create stdout/stderr files. ))
Additional context
Would you be willing to accept a PR that contributes this functionality?
Beta Was this translation helpful? Give feedback.
All reactions