stable

Clone or download

Read-only

Initiate cypress tests for TTM

This only bootstraps e2e tests in testmanagement plugin. It covers the project creation based on AgileALM templates which was missing. Now project creation test in core creates a project based on Issue template, instead of the first random item in a list. Testing campaigns and tests will be done in dedicated commits. Part of request #14809: Have cypress tests for TTM Change-Id: I52f55e01f05919ef477da55eb1c26d1d92b94496

Modified Files

Name
A plugins/testmanagement/tests/e2e/cypress/cypress.json +13 −0 Go to diff View file
A plugins/testmanagement/tests/e2e/cypress/cypress/integration/campaign.spec.js +50 −0 Go to diff View file
A plugins/testmanagement/tests/e2e/cypress/cypress/support/index.js +21 −0 Go to diff View file
M src/templates/project/registration/creation/project-dashboard-creation-success-modal.mustache +1 −1 Go to diff View file
M tests/e2e/full/cypress/integration/project_admin.spec.js +3 −1 Go to diff View file
M tests/e2e/full/tuleap/setup.sh +1 −0 Go to diff View file