stable

Clone or download

Read-only

Licence manager plugin should be covered by cypress

closes request #35461 convert licence manager test to cypress How to test Run make tests-e2e It should not throw errors converts test_case #15453 Change-Id: I5cbb75e1b3d9a9661d45037b4232f2d4ae66af85

Modified Files

Name
M plugins/enalean_licensemanager/include/enalean_licensemanagerPlugin.php +1 −1 Go to diff View file
A plugins/enalean_licensemanager/tests/e2e/cypress/cypress.config.ts +6 −0 Go to diff View file
A plugins/enalean_licensemanager/tests/e2e/cypress/cypress/e2e/licence_manager.cy.ts +29 −0 Go to diff View file
A plugins/enalean_licensemanager/tests/e2e/cypress/cypress/support/e2e.ts +21 −0 Go to diff View file
A plugins/enalean_licensemanager/tests/e2e/cypress/package.json +11 −0 Go to diff View file
A plugins/enalean_licensemanager/tests/e2e/cypress/pnpm-lock.yaml +9 −0 Go to diff View file
A plugins/enalean_licensemanager/tests/e2e/cypress/tsconfig.json +4 −0 Go to diff View file
M tests/e2e/full/tuleap/setup.sh +9 −0 Go to diff View file