stable

Clone or download

Read-only

Add cypress tests

Part of story #10408 have a burning parrot git repository list How to test: run tests locally with make tests_cypress test should finish without error (results are stored in /test_results_e2e_full) Change-Id: Ia72013b08edfc920e587d41c6f0c9b5140f57d4b

Modified Files

Name
M plugins/git/include/GitViews/ShowRepo/RepoHeader.php +2 −1 Go to diff View file
M plugins/git/templates/admin.mustache +1 −1 Go to diff View file
M plugins/git/www/scripts/repositories/src/components/ActionBar.vue +1 −0 Go to diff View file
M plugins/git/www/scripts/repositories/src/components/GitRepository.vue +3 −1 Go to diff View file
M plugins/git/www/scripts/repositories/src/components/GitRepositoryCreate.vue +2 −0 Go to diff View file
M plugins/git/www/scripts/repositories/src/components/NoRepositoryEmptyState.vue +1 −0 Go to diff View file
A tests/e2e/_fixtures/git_project_04/project.xml +23 −0 Go to diff View file
A tests/e2e/_fixtures/git_project_04/users.xml +17 −0 Go to diff View file
M tests/e2e/full/cypress/integration/check_permissions_spec.js +1 −1 Go to diff View file
A tests/e2e/full/cypress/integration/git.spec.js +47 −0 Go to diff View file
M tests/e2e/full/tuleap/setup.sh +1 −0 Go to diff View file