stable
Clone or download
Read-only
request #22559 Program management should be covered by end to end tests
This patch introduce the test suite, We can define program/teams and side bar reflects the integration In order to ease review I split the tests in several part, PI configuration and full test (US automagically planned) will be done in dedicated commits How to test make test_cypress should end without errors Change-Id: Ieb30aef428116b886dc82f9cea3513022ee454aa
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/program_management/scripts/program_management/po/fr_FR.po | +4 | −4 | Go to diff View file |
M | plugins/program_management/scripts/program_management/src/components/App.vue | +1 | −1 | Go to diff View file |
M | plugins/program_management/templates/admin/teams/admin-form-add-team.mustache | +1 | −1 | Go to diff View file |
A | plugins/program_management/tests/e2e/cypress/cypress.json | +14 | −0 | Go to diff View file |
A | plugins/program_management/tests/e2e/cypress/cypress/integration/program_management.spec.ts | +96 | −0 | Go to diff View file |
A | plugins/program_management/tests/e2e/cypress/cypress/support/index.ts | +21 | −0 | Go to diff View file |
A | plugins/program_management/tests/e2e/cypress/tsconfig.json | +7 | −0 | Go to diff View file |
M | src/themes/BurningParrot/templates/sidebar/header.mustache | +1 | −1 | Go to diff View file |
M | src/themes/FlamingParrot/templates/sidebar/header.mustache | +1 | −1 | Go to diff View file |
M | tests/e2e/full/tuleap/setup.sh | +1 | −0 | Go to diff View file |