stable

Clone or download

Read-only

request #20564: Have mermaid diagrams in TTM steps defs

User should be able to use mermaid diagram to describe its steps. Change-Id: If0e777ceb628603c99e87b87b491639d9ff72681

Modified Files

Name
M plugins/testmanagement/include/TestManagement/LegacyRoutingController.php +1 −0 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/CampaignsResource.class.php +5 −2 Go to diff View file
M plugins/testmanagement/include/TestManagement/Step/StepPresenter.php +7 −1 Go to diff View file
M plugins/testmanagement/package-lock.json +3 −3 Go to diff View file
M plugins/testmanagement/package.json +1 −0 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/execution/execution-with-steps/step/step-controller.js +15 −5 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/execution/execution-with-steps/step/step-controller.test.js +12 −0 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/execution/execution-with-steps/step/step.tpl.html +2 −2 Go to diff View file