canonical / test_observer

Flutter based dashboard for visualising SRU regression test results
2 stars 2 forks source link

Implement checkbox version tracking in TO #160

Closed andrejvelichkovski closed 2 months ago

andrejvelichkovski commented 2 months ago

This PR completes the work on RTW-299 and it starts to track the checkbox version used to run the tests.

The change is completed after the checkbox_version field is included in C3 for sending test results to Test Observer as well.

Implementation

New field in the database is included, the end-test is extended to receive this optional field, and it is included in the report API endpoint.

Small improvement is made in the reporting workflow to also include the c3 link which was requested on the previous SRU review.

Testing

Automated tests were modified to test for this.