stable
Clone or download
Read-only
part of request #12385 Deleagate plateform anonymous check to cypress Permissions checks can be easily done with cypress This commit prepare the full delegation of permissions check It will be easier to understand who's who with more explicit name than alice and bob How to test run make tests_cypress check results in /your_workspace/tuleap/test_results_e2e_full You should not have error Change-Id: Iba7c872356bf76e4c7cc4f05d2b88aa58039585d
Modified Files
Name | ||||
---|---|---|---|---|
R | tests/e2e/_fixtures/docman_project_03/project.xml | Go to diff View file | ||
A | tests/e2e/_fixtures/docman_project/users.xml | +17 | −0 | Go to diff View file |
D | tests/e2e/_fixtures/docman_project_03/users.xml | +0 | −17 | Go to diff View file |
R | tests/e2e/_fixtures/frs_project_05/project.xml | Go to diff View file | ||
A | tests/e2e/_fixtures/frs_project/users.xml | +17 | −0 | Go to diff View file |
D | tests/e2e/_fixtures/frs_project_05/users.xml | +0 | −17 | Go to diff View file |
R | tests/e2e/_fixtures/git_project_04/project.xml | Go to diff View file | ||
A | tests/e2e/_fixtures/git_project/users.xml | +17 | −0 | Go to diff View file |
D | tests/e2e/_fixtures/git_project_04/users.xml | +0 | −17 | Go to diff View file |
R | tests/e2e/_fixtures/mediawiki_public_project_07/files/Tuleap.png | Binary file | Go to diff View file | |
R | tests/e2e/_fixtures/mediawiki_public_project_07/project.xml | Go to diff View file | ||
A | tests/e2e/_fixtures/mediawiki_public_project/users.xml | +17 | −0 | Go to diff View file |
R | tests/e2e/_fixtures/mediawiki_public_project_07/wiki_pages.xml | Go to diff View file | ||
D | tests/e2e/_fixtures/mediawiki_public_project_07/users.xml | +0 | −17 | Go to diff View file |
R | tests/e2e/_fixtures/permission_project_02/project.xml | Go to diff View file | ||
A | tests/e2e/_fixtures/permission_project/users.xml | +17 | −0 | Go to diff View file |
D | tests/e2e/_fixtures/permission_project_02/users.xml | +0 | −17 | Go to diff View file |
R | tests/e2e/_fixtures/project_administration_06/project.xml | Go to diff View file | ||
A | tests/e2e/_fixtures/project_administration/users.xml | +10 | −0 | Go to diff View file |
D | tests/e2e/_fixtures/project_administration_06/users.xml | +0 | −10 | Go to diff View file |
M | tests/e2e/full/cypress/integration/project_admin.spec.js | +1 | −1 | Go to diff View file |
M | tests/e2e/full/cypress/support/commands.js | +2 | −2 | Go to diff View file |
M | tests/e2e/full/tuleap/setup.sh | +7 | −7 | Go to diff View file |