canonical / test_observer

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

Refactor environment review out of test executions #221

Closed omar-selo closed 1 month ago

omar-selo commented 1 month ago

Description

In order to support having and showing multiple runs or test executions per environment on artefacts we first need to take review concerns out of test executions. This PR does that.

Resolved issues

Resolves https://warthogs.atlassian.net/browse/RTW-365

Documentation

Web service API changes

Tests

Added automated tests to backend and updated all tests as appropriate. Manually tested the frontend.