stable

Clone or download

Read-only

Not planned tests are displayed after the planned/executed ones

Outside of that, the order of the tests stay as it previously was. A small change has been done on the backend in a attempt to pre-sort the returned information to limit the work the front-end needs to do. It can helps saving a few moves when sorting the test definitions array. Part of story #15094: have more effective test plan Change-Id: I9009c12dbd5a74b5008f04735282290969857220

Modified Files

Name
M plugins/testplan/include/TestDefinition/TestPlanTestDefinitionWithTestStatusRetriever.php +4 −3 Go to diff View file
M plugins/testplan/scripts/test-plan/src/store/backlog-item/backlog-item-mutations.test.ts +29 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/store/backlog-item/backlog-item-mutations.ts +14 −1 Go to diff View file
M plugins/testplan/tests/unit/TestDefinition/TestPlanTestDefinitionWithTestStatusRetrieverTest.php +4 −4 Go to diff View file