konveyor / tackle-test-generator-cli

Apache License 2.0
58 stars 34 forks source link

Measure code coverage achieved by generated UI-level test cases #254

Closed rachelt44 closed 2 years ago

rachelt44 commented 2 years ago

Is your feature request related to a problem? Please describe.

Currently we only provide surefire execution reports for the UI-level generated test cases. We should also report on their coverage.

Describe the solution you'd like

Start with measuring backend code coverage for Java apps. Then consider extensions to other programming languages and to client side coverage.

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Additional context

Add any other context or screenshots about the feature request here.

rachelt44 commented 2 years ago

TackleTest-UI requires a running instance of the application, so this is already past the point in which code coverage needs to be configured.