stable

Clone or download

Read-only

chore: Build Step definition field separately

No functional change expected for the Step definition field: - when you edit or create a TTM test case artifact, the field should load with its styles and should load its translations. - The "drag" image should still display when reordering the steps. - The example image should still display when you open the "help" popover for markdown format. part of request #35816 Split testmanagement frontend into separate apps Change-Id: I315ecedc52701f0675edc592f3af11ea06c4bfae

Modified Files

Name
M plugins/testmanagement/build-manifest.json +3 −3 Go to diff View file
M plugins/testmanagement/include/testmanagementPlugin.php +9 −12 Go to diff View file
M plugins/testmanagement/package.json +2 −12 Go to diff View file
M plugins/testmanagement/pnpm-lock.yaml +2 −323 Go to diff View file
A plugins/testmanagement/scripts/step-definition-field/jest.config.js +28 −0 Go to diff View file
A plugins/testmanagement/scripts/step-definition-field/package.json +29 −0 Go to diff View file
A plugins/testmanagement/scripts/step-definition-field/pnpm-lock.yaml +355 −0 Go to diff View file
R plugins/testmanagement/scripts/step-definition-field/CommonMark/CommonmarkPreviewButton.test.js Go to diff View file
R plugins/testmanagement/scripts/step-definition-field/CommonMark/CommonmarkPreviewButton.vue Go to diff View file
R plugins/testmanagement/scripts/step-definition-field/CommonMark/CommonmarkSyntaxHelper.vue Go to diff View file
R plugins/testmanagement/scripts/step-definition-field/StepDefinitionActions.test.js Go to diff View file
R plugins/testmanagement/scripts/step-definition-field/StepDefinitionActions.vue Go to diff View file
R plugins/testmanagement/scripts/step-definition-field/StepDefinitionArrowExpected.vue Go to diff View file
R plugins/testmanagement/scripts/step-definition-field/StepDefinitionDragContainer.vue Go to diff View file
R plugins/testmanagement/scripts/step-definition-field/StepDefinitionDraggableComponent.vue Go to diff View file
R plugins/testmanagement/scripts/step-definition-field/StepDefinitionEditableStep.test.js Go to diff View file
R plugins/testmanagement/scripts/step-definition-field/StepDefinitionEditableStep.vue Go to diff View file
R plugins/testmanagement/scripts/step-definition-field/StepDefinitionEntry.vue Go to diff View file
R plugins/testmanagement/scripts/step-definition-field/StepDefinitionField.vue Go to diff View file
R plugins/testmanagement/scripts/step-definition-field/StepDefinitionMarkedAsDeleted.vue Go to diff View file
R plugins/testmanagement/scripts/step-definition-field/StepDefinitionNoStep.vue Go to diff View file
R plugins/testmanagement/scripts/step-definition-field/StepDeletionActionButtonMarkAsDeleted.vue Go to diff View file
R plugins/testmanagement/scripts/step-definition-field/StepDeletionActionButtonUnmarkDeletion.vue Go to diff View file
R plugins/testmanagement/scripts/step-definition-field/api/tuleap-api.js Go to diff View file
R plugins/testmanagement/scripts/step-definition-field/assets/image_example_commonmark.png Binary file Go to diff View file
R plugins/testmanagement/scripts/step-definition-field/helpers/local-vue.js Go to diff View file
R plugins/testmanagement/scripts/step-definition-field/helpers/shared-properties.js Go to diff View file
R plugins/testmanagement/scripts/step-definition-field/index.js Go to diff View file
R plugins/testmanagement/scripts/step-definition-field/store/getters.js Go to diff View file
R plugins/testmanagement/scripts/step-definition-field/store/index.js Go to diff View file
R plugins/testmanagement/scripts/step-definition-field/store/mutations.js Go to diff View file
R plugins/testmanagement/scripts/step-definition-field/store/state.js Go to diff View file
R plugins/testmanagement/themes/FlamingParrot/css/includes/_popovers.scss Go to diff View file
R plugins/testmanagement/themes/FlamingParrot/css/style.scss Go to diff View file
R plugins/testmanagement/www/images/ic/drag.png Binary file Go to diff View file
A plugins/testmanagement/scripts/step-definition-field/webpack.common.js +57 −0 Go to diff View file
A plugins/testmanagement/scripts/step-definition-field/webpack.dev.js +23 −0 Go to diff View file
A plugins/testmanagement/scripts/step-definition-field/webpack.prod.js +23 −0 Go to diff View file
R plugins/testmanagement/jest.config.js Go to diff View file
M plugins/testmanagement/tsconfig.json +1 −1 Go to diff View file
M plugins/testmanagement/webpack.common.js +1 −29 Go to diff View file