stable
Clone or download
Read-only
No functional change. Test Management app should load with its JS and CSS. end-to-end tests should run. Close request #35816 Split testmanagement frontend into separate apps Change-Id: I40f1e36a99212f1a0448e72ba90749c7ac4b6120
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/testmanagement/include/testmanagementPlugin.php | +4 | −9 | Go to diff View file |
M | plugins/testmanagement/scripts/step-definition-field/package.json | +1 | −0 | Go to diff View file |
M | plugins/testmanagement/scripts/step-definition-field/pnpm-lock.yaml | +3 | −0 | Go to diff View file |
M | plugins/testmanagement/scripts/testmanagement/jest.config.js | +1 | −1 | Go to diff View file |
R | plugins/testmanagement/package.json | Go to diff View file | ||
R | plugins/testmanagement/pnpm-lock.yaml | Go to diff View file | ||
R | plugins/testmanagement/themes/BurningParrot/css/includes/_administration.scss | Go to diff View file | ||
R | plugins/testmanagement/themes/BurningParrot/css/includes/_artifact-links-graph.scss | Go to diff View file | ||
R | plugins/testmanagement/themes/BurningParrot/css/includes/_attachments_dnd.scss | Go to diff View file | ||
R | plugins/testmanagement/themes/BurningParrot/css/includes/_campaign-progression.scss | Go to diff View file | ||
R | plugins/testmanagement/themes/BurningParrot/css/includes/_campaign.scss | Go to diff View file | ||
R | plugins/testmanagement/themes/BurningParrot/css/includes/_current-execution.scss | Go to diff View file | ||
R | plugins/testmanagement/themes/BurningParrot/css/includes/_execution-list-campaign-header.scss | Go to diff View file | ||
R | plugins/testmanagement/themes/BurningParrot/css/includes/_execution-list.scss | Go to diff View file | ||
R | plugins/testmanagement/themes/BurningParrot/css/includes/_graph.scss | Go to diff View file | ||
R | plugins/testmanagement/themes/BurningParrot/css/includes/_link_issue_modal.scss | Go to diff View file | ||
R | plugins/testmanagement/themes/BurningParrot/css/includes/_presence.scss | Go to diff View file | ||
R | plugins/testmanagement/themes/BurningParrot/css/includes/_project-header-background.scss | Go to diff View file | ||
R | plugins/testmanagement/themes/BurningParrot/css/includes/_socket.scss | Go to diff View file | ||
R | plugins/testmanagement/themes/BurningParrot/css/includes/_steps.scss | Go to diff View file | ||
R | plugins/testmanagement/themes/BurningParrot/css/testmanagement.scss | Go to diff View file | ||
R | plugins/testmanagement/themes/BurningParrot/images/artifact-link-graph.svg | Go to diff View file | ||
R | plugins/testmanagement/tsconfig.json | Go to diff View file | ||
A | plugins/testmanagement/scripts/testmanagement/webpack.common.js | +67 | −0 | Go to diff View file |
R | plugins/testmanagement/webpack.dev.js | Go to diff View file | ||
R | plugins/testmanagement/webpack.prod.js | Go to diff View file | ||
A | plugins/testmanagement/tests/e2e/cypress/package.json | +11 | −0 | Go to diff View file |
A | plugins/testmanagement/tests/e2e/cypress/pnpm-lock.yaml | +13 | −0 | Go to diff View file |
D | plugins/testmanagement/webpack.common.js | +0 | −75 | Go to diff View file |