stable
Clone or download
Read-only
Merge commit 'refs/changes/35/30035/3' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: closes request #35477 convert my contact tuleap test into cypress
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/mytuleap_contact_support/templates/form-burning-parrot.mustache | +1 | −1 | Go to diff View file |
A | plugins/mytuleap_contact_support/tests/e2e/cypress/cypress.config.ts | +6 | −0 | Go to diff View file |
A | plugins/mytuleap_contact_support/tests/e2e/cypress/cypress/e2e/my-tuleap-contact-support.cy.ts | +31 | −0 | Go to diff View file |
A | plugins/mytuleap_contact_support/tests/e2e/cypress/cypress/support/e2e.ts | +21 | −0 | Go to diff View file |
A | plugins/mytuleap_contact_support/tests/e2e/cypress/package.json | +11 | −0 | Go to diff View file |
A | plugins/mytuleap_contact_support/tests/e2e/cypress/pnpm-lock.yaml | +9 | −0 | Go to diff View file |
A | plugins/mytuleap_contact_support/tests/e2e/cypress/tsconfig.json | +4 | −0 | Go to diff View file |
M | src/common/HelpDropdown/HelpDropdownPresenterBuilder.php | +7 | −4 | Go to diff View file |
M | src/common/HelpDropdown/HelpLinkPresenter.php | +4 | −21 | Go to diff View file |
M | src/themes/BurningParrot/templates/help-dropdown.mustache | +2 | −2 | Go to diff View file |
M | tests/e2e/full/tuleap/setup.sh | +1 | −0 | Go to diff View file |
M | tests/unit/common/HelpDropdown/HelpDropdownPresenterBuilderTest.php | +15 | −20 | Go to diff View file |