pub const TEST_SUITE_RUN_STATUS: &'static str;
The status of the test suite run.
"success"
"failure"
"skipped"
"aborted"
"timed_out"
"in_progress"