stable
Clone or download
Read-only
request #15018 Frs plugin should be covered by e2e tests
This test covers test_def #27266 How to test: rebuild agiledashboard, frs and tracker javascript code. make tests_cypress check errors in <workspace>/tuleap/test_results_e2e_full => no error Change-Id: If8fec1c84acc872eb548aa74ffb351dfdd53da97
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 |