stable

Clone or download

Read-only

request #14106 Update to Cypress v3.6.0

How to test: - make tests_cypress should run all tests and succeed - make tests_cypress_dev should run a Tuleap instance with seeded data. Please follow the developper guide to run tests in development. I took this opportunity to remove the "test" image for the "dev" make target. We always use "npx" to run cypress, which means we never used this image. I also took the opportunity to upgrade the base cypress image tag to node v12. Change-Id: I21a0ceae82e5229fee8aaf02c1755a8a907e185d

Modified Files

Name
M docker-compose-e2e-full-tests-with-app.yml +0 −12 Go to diff View file
M docker-compose-e2e-full-tests.yml +1 −1 Go to diff View file
M tests/e2e/DockerImage/Dockerfile +2 −2 Go to diff View file
M tests/e2e/full/cypress/integration/mediawiki_spec.js +4 −0 Go to diff View file
M tests/e2e/full/tuleap/setup.sh +1 −0 Go to diff View file