rama::telemetry::opentelemetry::semantic_conventions::attribute

Constant TEST_SUITE_RUN_STATUS

pub const TEST_SUITE_RUN_STATUS: &'static str;
Expand description

The status of the test suite run.

ยงExamples

  • "success"
  • "failure"
  • "skipped"
  • "aborted"
  • "timed_out"
  • "in_progress"