canonical / test_observer

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

Allow multiple test execution runs #225

Closed omar-selo closed 5 days ago

omar-selo commented 1 month ago

Description

Includes the following changes:

Notes:

Resolved issues

Resolves https://warthogs.atlassian.net/browse/RTW-387 Resolves https://warthogs.atlassian.net/browse/RTW-398 Resolves https://warthogs.atlassian.net/browse/RTW-408

Documentation

Web service API changes

Nothing.

Tests

Added some automated tests. And manually tested the frontend.

Screencast from 2024-11-22 17-31-50.webm

omar-selo commented 1 month ago

Converted PR to draft as I still need to group historic test results by artefact version.

omar-selo commented 5 days ago

I know we are introducing some limitations with this change, such as the the summary of test executions (artefact environments) that we used to have will now be gone, but I think this is all known in the implementation plan and we will provide the equivalent after we complete all phases.

Good catch. I actually missed this. I've added it back using the latest test execution result for each environment.