stable
Clone or download
Read-only
request #12143 Add minimal tests for Mediawiki
How to test: make tests_cypress should launch minimal mediawiki tests Change-Id: I7ac5d2b0c7e8357a9225da64b020d923b635ebd4
Modified Files
Name | ||||
---|---|---|---|---|
M | docker-compose-e2e-full-tests-with-app.yml | +1 | −1 | Go to diff View file |
M | docker-compose-e2e-full-tests.yml | +1 | −1 | Go to diff View file |
M | plugins/mediawiki/templates/permissions-pane-admin.mustache | +2 | −0 | Go to diff View file |
M | plugins/mediawiki/www/skins/Tuleap123/Tuleap123.php | +8 | −1 | Go to diff View file |
A | tests/e2e/_fixtures/mediawiki_public_project_07/files/Tuleap.png | Binary file | Go to diff View file | |
A | tests/e2e/_fixtures/mediawiki_public_project_07/project.xml | +32 | −0 | Go to diff View file |
A | tests/e2e/_fixtures/mediawiki_public_project_07/users.xml | +17 | −0 | Go to diff View file |
A | tests/e2e/_fixtures/mediawiki_public_project_07/wiki_pages.xml | +93 | −0 | Go to diff View file |
A | tests/e2e/full/cypress/integration/mediawiki_spec.js | +42 | −0 | Go to diff View file |
M | tests/e2e/full/tuleap/setup.sh | +4 | −2 | Go to diff View file |