stable

Clone or download

Read-only

Remove cypress from always executed tests

this is part of request #11328 move some TTM tests to cypress This patch separate distlp tests from other cypress tests so: - we can launch CI only for distlp cypress tests - it will ease us to separate cypress build from distlp build Change-Id: If6236043ebffdfa16d5f5858a74089b6b78523f4

Modified Files

Name
M docker-compose-distlp-tests.yml +2 −2 Go to diff View file
A docker-compose-e2e-full-tests.yml +102 −0 Go to diff View file
M docker-compose-e2e-tests.yml +1 −1 Go to diff View file
M tests/Jenkinsfile +2 −2 Go to diff View file
R tests/e2e/distlp-svn-cli/DockerImage/Dockerfile Go to diff View file
A tests/e2e/distlp/cypress.json +11 −0 Go to diff View file
R tests/e2e/cypress/integration/homepage.spec.js Go to diff View file
R tests/e2e/cypress/integration/svn.spec.js Go to diff View file
A tests/e2e/distlp/cypress/run.sh +37 −0 Go to diff View file
A tests/e2e/distlp/cypress/support/commands.js +24 −0 Go to diff View file
R tests/e2e/cypress/support/index.js Go to diff View file
R tests/e2e/cypress/wrap.sh Go to diff View file
R tests/e2e/distlp-svn-cli/run.sh Go to diff View file
R tests/e2e/distlp-svn-cli/tests/SVN/SVNCLITest.php Go to diff View file
R tests/e2e/distlp-svn-cli/wrap.sh Go to diff View file
R tests/e2e/cypress.json Go to diff View file
R tests/e2e/cypress/integration/agiledashboard_spec.js Go to diff View file
R tests/e2e/cypress/integration/check_permissions_spec.js Go to diff View file
R tests/e2e/cypress/integration/docman_spec.js Go to diff View file
R tests/e2e/cypress/support/commands.js Go to diff View file
A tests/e2e/full/cypress/support/index.js +20 −0 Go to diff View file
R tests/e2e/cypress/run.sh Go to diff View file
A tests/e2e/full/wrap.sh +39 −0 Go to diff View file