Skip to content

Commit

Permalink
Update version of Cypress in usage
Browse files Browse the repository at this point in the history
  • Loading branch information
asset-web committed Aug 23, 2023
1 parent c176aa9 commit 0130208
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
8.5.1 Update Cypress

8.5.0 Apply Python updates

8.4.1 Apply Python updates
Update GitHub actions

Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pipeline {
stage('Production: Cypress tests') {
agent {
docker {
image 'cypress/included:12.17.1'
image 'cypress/included:12.17.4'
args '--add-host temmpo.org.uk:172.25.2.104 --entrypoint=""'
}
}
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile.test
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pipeline {
stage('Test: Cypress tests') {
agent {
docker {
image 'cypress/included:12.17.1'
image 'cypress/included:12.17.4'
args '--add-host py-web-t0.epi.bris.ac.uk:172.25.2.77 --entrypoint=""'
}
}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ NB: Some tests require these environment variables `CREDENTIALS_USR` and `CREDEN

Using docker and electron browser

docker run -it -v $PWD:/e2e -w /e2e cypress/included:12.17.1
docker run -it -v $PWD:/e2e -w /e2e cypress/included:12.17.4

## Warnings

Expand Down

0 comments on commit 0130208

Please sign in to comment.