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 bb75ddf commit 7a6afd4Copy full SHA for 7a6afd4
tests/conftest.py
@@ -193,6 +193,7 @@ def pytest_runtest_logreport(report):
193
"host_kernel": "linux-" + global_props.host_linux_version,
194
}
195
METRICS.set_property("result", report.outcome)
196
+ METRICS.set_property("location", report.location)
197
for prop_name, prop_val in report.user_properties:
198
METRICS.set_property(prop_name, prop_val)
199
METRICS.set_dimensions(dimensions)
0 commit comments