stable

Clone or download

Read-only

Introduce expected results for steps

Part of story #11493: have dedicated "Actions" and "Expected results" in tests For each step, you can optionaly define expected results. Will come later: - Style - Display in TTM - Display in Step exec Change-Id: I1a53ea209424f7a8c1572964f097687691bfd904

Modified Files

Name
M db/install.sql +2 −0 Go to diff View file
A db/mysql/updates/2018/201806251206_add_expected_results.php +54 −0 Go to diff View file
M include/TestManagement/REST/v1/StepDefinitionRepresentation.php +14 −4 Go to diff View file
M include/TestManagement/Step/Definition/Field/StepDefinition.php +58 −12 Go to diff View file
M include/TestManagement/Step/Definition/Field/StepDefinitionChangesetValue.php +6 −0 Go to diff View file
M include/TestManagement/Step/Definition/Field/StepDefinitionChangesetValueDao.php +9 −7 Go to diff View file
M include/TestManagement/Step/Execution/Field/StepExecution.php +9 −1 Go to diff View file
M include/TestManagement/Step/Step.php +44 −7 Go to diff View file
M include/TestManagement/Step/StepPresenter.php +23 −9 Go to diff View file
M site-content/fr_FR/LC_MESSAGES/tuleap-testmanagement.po +4 −1 Go to diff View file
M site-content/tuleap-testmanagement.pot +3 −0 Go to diff View file
M templates/step-def-readonly.mustache +6 −0 Go to diff View file
M www/scripts/step-definition-field/StepDefinitionEntry.vue +26 −12 Go to diff View file
M www/scripts/step-definition-field/po/fr.po +3 −0 Go to diff View file
M www/scripts/step-definition-field/po/template.pot +3 −0 Go to diff View file
M www/themes/FlamingParrot/css/style.scss +1 −0 Go to diff View file