Skip to content

Commit cb7c828

Browse files
committed
Update all references to Cypress version
1 parent 37a93c2 commit cb7c828

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Jenkinsfile.dc2.demo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pipeline {
1616
stage('Demo: Cypress tests') {
1717
agent {
1818
docker {
19-
image 'cypress/included:14.1.0'
19+
image 'cypress/included:14.3.0'
2020
args '--add-host app-dc2-tmpo-d0.epi.bris.ac.uk:172.26.10.141 --entrypoint=""'
2121
}
2222
}

Jenkinsfile.dc2.prod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pipeline {
1717
stage('Production: Cypress tests') {
1818
agent {
1919
docker {
20-
image 'cypress/included:14.1.0'
20+
image 'cypress/included:14.3.0'
2121
args '--add-host www.temmpo.org.uk:172.26.10.142 --entrypoint=""'
2222
}
2323
}

Jenkinsfile.dc2.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pipeline {
1616
stage('Test: Cypress tests') {
1717
agent {
1818
docker {
19-
image 'cypress/included:14.1.0'
19+
image 'cypress/included:14.3.0'
2020
args '--add-host app-dc2-tmpo-t0.epi.bris.ac.uk:172.26.10.143 --entrypoint=""'
2121
}
2222
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ NB: Some tests require these environment variables `CREDENTIALS_USR` and `CREDEN
214214

215215
Using docker and electron browser
216216

217-
docker run --rm -it -v $PWD:/e2e -w /e2e cypress/included:14.1.0
217+
docker run --rm -it -v $PWD:/e2e -w /e2e cypress/included:14.3.0
218218

219219
## Warnings
220220

0 commit comments

Comments
 (0)