stable
Clone or download
Read-only
In order to improve: * readability * separation of concerns * repeatability search and phpwiki tests have now their dedicated spec files. It is really a PITA to debug existing tests when each tests depends on each others. Inclusion of tests for search[0] should not have any incidence of existing phpwiki tests. We should be able to run multiple times a spec file with `make tests-e2e-dev && npx cypress open`. It is now the case for phpwiki.spec and search.spec, document.spec will be done later when time will permit it. Part of story #24197: search for Documents with criteria [0]: git #tuleap/stable/57345a3133b0526f69ec4e38aedd3c242993d392 Change-Id: I0f1d38029dbfc00db7e4f9ad414c82664e5c451b
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document/scripts/document/components/Breadcrumb/DocumentBreadcrumb.vue | +1 | −0 | Go to diff View file |
A | plugins/document/tests/e2e/cypress/_fixtures/phpwiki_template/project.xml | +42 | −0 | Go to diff View file |
A | plugins/document/tests/e2e/cypress/_fixtures/phpwiki_template/users.xml | +35 | −0 | Go to diff View file |
M | plugins/document/tests/e2e/cypress/cypress/integration/document.spec.ts | +0 | −185 | Go to diff View file |
A | plugins/document/tests/e2e/cypress/cypress/integration/phpwiki.spec.ts | +181 | −0 | Go to diff View file |
A | plugins/document/tests/e2e/cypress/cypress/integration/search.spec.ts | +101 | −0 | Go to diff View file |