stable
Clone or download
Read-only
request #17977 Cypress tests load should not mix distlp and full tests
In nightly svn tests failes because ProjectAdmin is not found, Alice is displayed instead This issue has 2 causes : - when creating repository we give 102 user, we can't be sure that it always be `ProjectAdmin` => having 2 users here is not relevent for the test, so user 102 is no longer present in paylod - we load svn_project_01, this project should only be used for distlp tests. => the _fixture repository have been moved inside distl and full folders, so each test suite has its own _fisture dir How to test: - make tests_cypress => tests should be runed, no error - make tests_cypress_distlp => tests should be runned, no error Change-Id: Icb6ef3141aa1161e01dd1301f04f5dd702cd3165
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/svn/tests/e2e/cypress/cypress/integration/svn.spec.ts | +2 | −2 | Go to diff View file |
R | tests/e2e/_fixtures/svn_project_01/data/svn.dump | Go to diff View file | ||
R | tests/e2e/_fixtures/svn_project_01/project.xml | Go to diff View file | ||
R | tests/e2e/_fixtures/svn_project_01/users.xml | Go to diff View file | ||
R | tests/e2e/_fixtures/dashboard_project/project.xml | Go to diff View file | ||
R | tests/e2e/_fixtures/dashboard_project/users.xml | Go to diff View file | ||
R | tests/e2e/_fixtures/dashboard_user/project.xml | Go to diff View file | ||
R | tests/e2e/_fixtures/dashboard_user/users.xml | Go to diff View file | ||
R | tests/e2e/_fixtures/frs_project/project.xml | Go to diff View file | ||
R | tests/e2e/_fixtures/frs_project/users.xml | Go to diff View file | ||
R | tests/e2e/_fixtures/permission_project/project.xml | Go to diff View file | ||
R | tests/e2e/_fixtures/permission_project/users.xml | Go to diff View file | ||
R | tests/e2e/_fixtures/project_administration/project.xml | Go to diff View file | ||
R | tests/e2e/_fixtures/project_administration/users.xml | Go to diff View file | ||
M | tests/e2e/full/tuleap/setup.sh | +1 | −1 | Go to diff View file |
M | tools/distlp/backend-web/prepare-instance.sh | +1 | −1 | Go to diff View file |