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

Common interface for test generators

Open ChristianBirchler opened this issue 1 year ago • 0 comments

User Story

As a user, I want to set user-defined parameters for the test generators so that the road length and other configurations can be made.

Acceptance Criteria

Scenario 1:

  • Given: Specification for roads to be generated
  • When: Invoking generate-tests command
  • Then: Roads are generated according to the given specifications/parameters

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

  • [ ] Create common interface
  • [ ] Write tests
  • [ ] Documentation

ChristianBirchler avatar Sep 03 '22 16:09 ChristianBirchler