TEST_CASE_RESULT_STATUS

Constant TEST_CASE_RESULT_STATUS 

pub const TEST_CASE_RESULT_STATUS: &'static str;
Available on crate features opentelemetry and semconv_experimental only.
Expand description

The status of the actual test case result from test execution.

§Notes

§Examples

  • "pass"
  • "fail"