stable

Clone or download

Read-only

Display the step definition in markdown in the Artifact view

Part of story #18336 add support of markdown The change made in the Vue part is to prevent to open the field in HTML mode. How to test: - Make sure to add at least step in your artifact - Hack the table plugin_testmanagement_changeset_value_stepdef. Change the description_format and/or expected_results_format from text to commonmark => In the artifact view, the concerned step(s) should be displayed in markdown. Change-Id: I381231710187b3205479e495c315c32b029b1c30

Modified Files

Name
M plugins/testmanagement/include/TestManagement/Step/StepPresenter.php +5 −0 Go to diff View file
M plugins/testmanagement/scripts/step-definition-field/StepDefinitionActions.vue +2 −2 Go to diff View file
M plugins/testmanagement/scripts/step-definition-field/store/getters.js +2 −2 Go to diff View file