Description
Shows pytest failures as soon as they happen instead of waiting for the end of the run. It helps developers react faster during long test suites and see failing output close to the test that produced it.
Immediate failure output improves feedback, but it can be noisy in CI logs. Keep log retention and secret redaction in mind for tests that print sensitive data.