stable
Clone or download
Read-only
closes request #35138 Convert botmattermost tests in cypress Covers test_case #15458 Change-Id: Ie78276b8c8bebefd8eba0c6a1e4e72f71e866687
Modified Files
Name | ||||
---|---|---|---|---|
M | lib/test-utils/cypress-utilities-support/src/commands-type-definitions.d.ts | +4 | −0 | Go to diff View file |
M | lib/test-utils/cypress-utilities-support/src/site-admin-actions.ts | +25 | −0 | Go to diff View file |
M | plugins/botmattermost_agiledashboard/tests/e2e/cypress/cypress/e2e/botmettermost-agiledashboard.cy.ts | +2 | −16 | Go to diff View file |
M | plugins/botmattermost_git/templates/index.mustache | +2 | −2 | Go to diff View file |
M | plugins/botmattermost_git/templates/modal-add-bot.mustache | +2 | −2 | Go to diff View file |
A | plugins/botmattermost_git/tests/e2e/cypress/cypress.config.ts | +6 | −0 | Go to diff View file |
A | plugins/botmattermost_git/tests/e2e/cypress/cypress/e2e/botmettermost-git.cy.ts | +63 | −0 | Go to diff View file |
A | plugins/botmattermost_git/tests/e2e/cypress/cypress/support/e2e.ts | +21 | −0 | Go to diff View file |
A | plugins/botmattermost_git/tests/e2e/cypress/package.json | +11 | −0 | Go to diff View file |
A | plugins/botmattermost_git/tests/e2e/cypress/pnpm-lock.yaml | +13 | −0 | Go to diff View file |
A | plugins/botmattermost_git/tests/e2e/cypress/tsconfig.json | +4 | −0 | Go to diff View file |
M | plugins/git/include/GitViews/RepoManagement/RepoManagement.class.php | +3 | −1 | Go to diff View file |
M | plugins/git/templates/repository/header.mustache | +1 | −0 | Go to diff View file |
M | tests/e2e/full/tuleap/setup.sh | +1 | −0 | Go to diff View file |