stable

Clone or download

Read-only

Mediawiki e2e tests can be played more than once

part of request #24982 clean e2e test suite How to test: launch tests suite in dev mode with make test_cypress_dev go on plugins/mediawiki/tests/e2e/cypress and open cypress with npx cypress open run multiple times the tests they should not fail Change-Id: I03cab48f59819911f24d5d9340d489b39b12dc8a

Modified Files

Name
A plugins/mediawiki/tests/e2e/cypress/_fixtures/mediawiki_project/files/Tuleap.png Binary file Go to diff View file
A plugins/mediawiki/tests/e2e/cypress/_fixtures/mediawiki_project/project.xml +32 −0 Go to diff View file
A plugins/mediawiki/tests/e2e/cypress/_fixtures/mediawiki_project/users.xml +24 −0 Go to diff View file
A plugins/mediawiki/tests/e2e/cypress/_fixtures/mediawiki_project/wiki_pages.xml +93 −0 Go to diff View file
M plugins/mediawiki/tests/e2e/cypress/cypress/integration/mediawiki.spec.ts +2 −2 Go to diff View file
M plugins/mediawiki/tests/e2e/cypress/cypress/integration/platform_allows_anonymous.spec.ts +6 −8 Go to diff View file
M plugins/mediawiki/tests/e2e/cypress/cypress/integration/platform_allows_restricted.spec.ts +4 −8 Go to diff View file
M tests/e2e/full/cypress/support/commands.ts +11 −0 Go to diff View file