testStarted method
      
void
testStarted()
      
     
    
Sets the time of starting the test stage
Implementation
void testStarted() {
  result.stepTimes.testStarted = DateTime.now();
}Sets the time of starting the test stage
void testStarted() {
  result.stepTimes.testStarted = DateTime.now();
}