stable

Clone or download

Read-only

Refactoring: VueJS-ify list of steps

Part of story #11492: have several steps in my tests No functional changes. This is a preliminary step in order to be able to define many steps in a test. Change-Id: I349263557daf37c8d0f624e5d6add8c7fca32e58

Modified Files

Name
M .gitignore +1 −0 Go to diff View file
M build-manifest.json +2 −1 Go to diff View file
M include/TestManagement/Step/Definition/Field/StepDefinition.php +6 −3 Go to diff View file
M include/testmanagementPlugin.class.php +24 −1 Go to diff View file
M templates/step-def-edit.mustache +8 −17 Go to diff View file
A www/scripts/package-lock.json +13 −0 Go to diff View file
A www/scripts/package.json +20 −0 Go to diff View file
A www/scripts/step-definition-field/StepDefinitionEntry.vue +68 −0 Go to diff View file
A www/scripts/step-definition-field/StepDefinitionField.vue +42 −0 Go to diff View file
A www/scripts/step-definition-field/index.js +34 −0 Go to diff View file
A www/scripts/webpack.config.js +27 −0 Go to diff View file