stable
Clone or download
Read-only
Merge 'gerrit #19334' into stable/master
* commit '017834c510': request #15018 Frs plugin should be covered by e2e tests Change-Id: I887d467dd97dc14a25c8c3b39b744bab7b9ab130
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/templates/home.mustache | +6 | −1 | Go to diff View file |
M | plugins/frs/scripts/release-notes/src/release/files/files.tpl.html | +1 | −1 | Go to diff View file |
M | plugins/frs/scripts/release-notes/src/release/linked-artifacts/linked-artifacts.tpl.html | +2 | −2 | Go to diff View file |
M | plugins/frs/scripts/release-notes/src/release/release.tpl.html | +1 | −0 | Go to diff View file |
M | plugins/frs/templates/additional-information.mustache | +2 | −1 | Go to diff View file |
A | plugins/frs/tests/e2e/cypress/_fixtures/frs_project/project.xml | +832 | −0 | Go to diff View file |
A | plugins/frs/tests/e2e/cypress/_fixtures/frs_project/users.xml | +35 | −0 | Go to diff View file |
A | plugins/frs/tests/e2e/cypress/cypress.json | +13 | −0 | Go to diff View file |
A | plugins/frs/tests/e2e/cypress/cypress/fixtures/example.json | +5 | −0 | Go to diff View file |
A | plugins/frs/tests/e2e/cypress/cypress/integration/frs-plugin.spec.ts | +72 | −0 | Go to diff View file |
A | plugins/frs/tests/e2e/cypress/cypress/support/index.ts | +21 | −0 | Go to diff View file |
A | plugins/frs/tests/e2e/cypress/tsconfig.json | +7 | −0 | Go to diff View file |
M | src/www/file/file_utils.php | +1 | −1 | Go to diff View file |
M | src/www/file/showfiles.php | +2 | −2 | Go to diff View file |
M | tests/e2e/full/tuleap/cypress_database_init_values.sql | +3 | −0 | Go to diff View file |
M | tests/e2e/full/tuleap/setup.sh | +7 | −1 | Go to diff View file |