Support to capture "===Flaky Test Report===" content in order to dump it in multiple log streams
Open
- Dominant language
- Python
- Stars
- 398
- Forks
- 57
- PR merge metrics
- No merged PRs in 30d
Description
Currently there is no way to read **===Flaky Test Report===** details through any hook or fixture. There is a need to read this test report and write it to different loggers e.g. log files, error files
```
===Flaky Test Report===
test_example1 passed 1 out of the required 1 times. Success!
test_example2 failed (1 runs remaining out of 2).
assert 0 == 1
+0
-1
[]
test_example2 failed; it passed 0 out of the required 1 times.
assert 0 == 1
+0
-1
[]
===End Flaky Test Report===
```
Contributor guide
Assessment
This issue has not been assessed yet.