We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17b0433 commit ac719afCopy full SHA for ac719af
DESIGN.md
@@ -142,10 +142,15 @@ TAP uses indices for tests.
142
#### pytest-json-report
143
144
[pytest-json-report](https://github.com/numirias/pytest-json-report)
145
+- Tracks the test environment
146
+
147
+[example](https://github.com/numirias/pytest-json-report/blob/master/sample_report.json)
148
149
#### pytest-reportlog
150
151
[pytest-reportlog](https://github.com/pytest-dev/pytest-reportlog)
152
+- Uses `$report_type` for each jsonline message
153
+- Full output is delimited by "session start" and "session end"
154
155
Endorsed in [pytest's docs](https://docs.pytest.org/en/latest/deprecations.html#result-log-result-log)
156
0 commit comments