Feature request: run tests with logs #2309
Closed
ziimakc
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Motivation
I have tests which break each other somehow when running in parallel, but can't determinate a problem without logs. There is an option
--no-capture
which provide logs, but it makes tests run in sequence instead of parallel which makes issue not reproducible.Proposal
Add
--capture
flag to shows logs for tests without changing tests behavior (o serial tests run). I don't care if they will be in random order, I just need to see an error.Alternatives
No response
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions