sdc-scissor icon indicating copy to clipboard operation
sdc-scissor copied to clipboard

Show testing progress

Open ChristianBirchler opened this issue 2 years ago • 0 comments

User Story

As a user, I want to see the total testing progress when the simulator is running so that I can estimate the testing time while the simulator is executing the test suite.

Acceptance Criteria

Scenario 1:

  • Given: We generated the tests
  • When: We label the tests in simulation
  • Then: I see the progress of the current test suite in the console

Definition of Done

  • Code is reviewed
  • Code is manually tested in dev and test environments
  • All code is integrated frequently
  • Integration testing is performed
  • SonarQube check is run to determine the code metrics
  • Refactoring is done

Tasks

  • [ ] Compute current progress
  • [ ] Output the progress in console

ChristianBirchler avatar Jul 06 '22 12:07 ChristianBirchler