stable
Clone or download
Read-only
part of request #14757 Cypress test architecture does not respect the plugin split pattern How to test: make tests_cypress => results are préfixed by plugin_name-* => screenshot and videos are also prefixed by plugin_name-* The test check_permission.spec.js will be needed to be rewritten from scratch I'll do it in a dedicated commit Following of: I44b7c59ea6ef60aacfcb34d76c2d22951556e014 Change-Id: I946dd742a0ead2cf4d23071a51dda41930edccc7
Modified Files
Name | ||||
---|---|---|---|---|
R | tests/e2e/_fixtures/agile_dashboard/project.xml | Go to diff View file | ||
R | tests/e2e/_fixtures/agile_dashboard/users.xml | Go to diff View file | ||
R | tests/e2e/_fixtures/kanban_project/project.xml | Go to diff View file | ||
R | tests/e2e/_fixtures/kanban_project/users.xml | Go to diff View file | ||
A | plugins/agiledashboard/tests/e2e/cypress/cypress.json | +13 | −0 | Go to diff View file |
R | tests/e2e/full/cypress/integration/agile-dasboard.spec.js | Go to diff View file | ||
R | tests/e2e/full/cypress/integration/kanban.spec.js | Go to diff View file | ||
A | plugins/agiledashboard/tests/e2e/cypress/cypress/support/index.js | +21 | −0 | Go to diff View file |
R | tests/e2e/_fixtures/cross_tracker/project.xml | Go to diff View file | ||
R | tests/e2e/_fixtures/cross_tracker/users.xml | Go to diff View file | ||
A | plugins/crosstracker/tests/e2e/cypress/cypress.json | +13 | −0 | Go to diff View file |
R | tests/e2e/full/cypress/integration/cross_tracker_search.spec.js | Go to diff View file | ||
A | plugins/crosstracker/tests/e2e/cypress/cypress/support/index.js | +21 | −0 | Go to diff View file |
R | tests/e2e/_fixtures/docman_project/project.xml | Go to diff View file | ||
R | tests/e2e/_fixtures/docman_project/users.xml | Go to diff View file | ||
A | plugins/docman/tests/e2e/cypress/cypress.json | +13 | −0 | Go to diff View file |
R | tests/e2e/full/cypress/integration/docman.spec.js | Go to diff View file | ||
A | plugins/docman/tests/e2e/cypress/cypress/support/index.js | +21 | −0 | Go to diff View file |
R | tests/e2e/_fixtures/document_project/project.xml | Go to diff View file | ||
R | tests/e2e/_fixtures/document_project/users.xml | Go to diff View file | ||
A | plugins/document/tests/e2e/cypress/cypress.json | +13 | −0 | Go to diff View file |
R | tests/e2e/full/cypress/integration/document.spec.js | Go to diff View file | ||
A | plugins/document/tests/e2e/cypress/cypress/support/index.js | +21 | −0 | Go to diff View file |
R | tests/e2e/_fixtures/git_project/project.xml | Go to diff View file | ||
R | tests/e2e/_fixtures/git_project/users.xml | Go to diff View file | ||
A | plugins/git/tests/e2e/cypress/cypress.json | +13 | −0 | Go to diff View file |
R | tests/e2e/full/cypress/integration/git.spec.js | Go to diff View file | ||
A | plugins/git/tests/e2e/cypress/cypress/support/index.js | +21 | −0 | Go to diff View file |
R | tests/e2e/_fixtures/mediawiki_public_project/files/Tuleap.png | Binary file | Go to diff View file | |
R | tests/e2e/_fixtures/mediawiki_public_project/project.xml | Go to diff View file | ||
R | tests/e2e/_fixtures/mediawiki_public_project/users.xml | Go to diff View file | ||
R | tests/e2e/_fixtures/mediawiki_public_project/wiki_pages.xml | Go to diff View file | ||
R | tests/e2e/_fixtures/platform_allows_anonymous/project.xml | Go to diff View file | ||
R | tests/e2e/_fixtures/platform_allows_anonymous/users.xml | Go to diff View file | ||
R | tests/e2e/_fixtures/platform_allows_anonymous/wiki_pages.xml | Go to diff View file | ||
R | tests/e2e/_fixtures/platform_allows_restricted/project.xml | Go to diff View file | ||
R | tests/e2e/_fixtures/platform_allows_restricted/users.xml | Go to diff View file | ||
R | tests/e2e/_fixtures/platform_allows_restricted/wiki_pages.xml | Go to diff View file | ||
A | plugins/mediawiki/tests/e2e/cypress/cypress.json | +13 | −0 | Go to diff View file |
R | tests/e2e/full/cypress/integration/mediawiki.spec.js | Go to diff View file | ||
R | tests/e2e/full/cypress/integration/platform_allows_anonymous.spec.js | Go to diff View file | ||
R | tests/e2e/full/cypress/integration/platform_allows_restricted.spec.js | Go to diff View file | ||
A | plugins/mediawiki/tests/e2e/cypress/cypress/support/index.js | +21 | −0 | Go to diff View file |
R | tests/e2e/_fixtures/svn_project/data/svn.dump | Go to diff View file | ||
R | tests/e2e/_fixtures/svn_project/project.xml | Go to diff View file | ||
R | tests/e2e/_fixtures/svn_project/users.xml | Go to diff View file | ||
A | plugins/svn/tests/e2e/cypress/cypress.json | +13 | −0 | Go to diff View file |
R | tests/e2e/full/cypress/integration/svn.spec.js | Go to diff View file | ||
A | plugins/svn/tests/e2e/cypress/cypress/support/index.js | +21 | −0 | Go to diff View file |
R | tests/e2e/_fixtures/taskboard_project/project.xml | Go to diff View file | ||
R | tests/e2e/_fixtures/taskboard_project/users.xml | Go to diff View file | ||
A | plugins/taskboard/tests/e2e/cypress/cypress.json | +13 | −0 | Go to diff View file |
R | tests/e2e/full/cypress/integration/taskboard.spec.js | Go to diff View file | ||
A | plugins/taskboard/tests/e2e/cypress/cypress/support/index.js | +21 | −0 | Go to diff View file |
M | plugins/timetracking/tests/e2e/cypress/cypress/support/index.js | +1 | −1 | Go to diff View file |
R | tests/e2e/_fixtures/tql_queries/project.xml | Go to diff View file | ||
R | tests/e2e/_fixtures/tql_queries/users.xml | Go to diff View file | ||
R | tests/e2e/_fixtures/tracker_artifact_project/project.xml | Go to diff View file | ||
R | tests/e2e/_fixtures/tracker_artifact_project/users.xml | Go to diff View file | ||
R | tests/e2e/_fixtures/tracker_project/project.xml | Go to diff View file | ||
R | tests/e2e/_fixtures/tracker_project/users.xml | Go to diff View file | ||
A | plugins/tracker/tests/e2e/cypress/cypress.json | +13 | −0 | Go to diff View file |
A | plugins/tracker/tests/e2e/cypress/cypress/fixtures/example.json | +5 | −0 | Go to diff View file |
R | tests/e2e/full/cypress/integration/tql.spec.js | Go to diff View file | ||
R | tests/e2e/full/cypress/integration/tracker_artifact.spec.js | Go to diff View file | ||
R | tests/e2e/full/cypress/integration/tracker_workflow.spec.js | Go to diff View file | ||
A | plugins/tracker/tests/e2e/cypress/cypress/support/index.js | +21 | −0 | Go to diff View file |