stable

Clone or download

Read-only

Convert Backlog mattermost notifications tests into cypress

part of request #35138 Convert botmattermost tests in cypress Covers test_case #15456 and test_case #15457 Change-Id: Ie20a741dac697d6dd91e00e315d35268d99c7fe6

Modified Files

Name
M plugins/botmattermost/include/botmattermostPlugin.php +6 −4 Go to diff View file
M plugins/botmattermost/templates/index.mustache +3 −2 Go to diff View file
M plugins/botmattermost/templates/modals/modal-add-bot.mustache +3 −3 Go to diff View file
M plugins/botmattermost/templates/modals/modal-delete-bot.mustache +1 −1 Go to diff View file
M plugins/botmattermost_agiledashboard/pnpm-lock.yaml +4 −0 Go to diff View file
M plugins/botmattermost_agiledashboard/templates/adminConfiguration.mustache +2 −2 Go to diff View file
M plugins/botmattermost_agiledashboard/templates/modal-add-bot.mustache +3 −1 Go to diff View file
A plugins/botmattermost_agiledashboard/tests/e2e/cypress/cypress.config.ts +6 −0 Go to diff View file
A plugins/botmattermost_agiledashboard/tests/e2e/cypress/cypress/e2e/botmettermost-agiledashboard.cy.ts +59 −0 Go to diff View file
A plugins/botmattermost_agiledashboard/tests/e2e/cypress/cypress/support/e2e.ts +21 −0 Go to diff View file
A plugins/botmattermost_agiledashboard/tests/e2e/cypress/package.json +11 −0 Go to diff View file
A plugins/botmattermost_agiledashboard/tests/e2e/cypress/pnpm-lock.yaml +13 −0 Go to diff View file
A plugins/botmattermost_agiledashboard/tests/e2e/cypress/tsconfig.json +4 −0 Go to diff View file
M tests/e2e/full/tuleap/setup.sh +2 −0 Go to diff View file