Skip to content

Commit

Permalink
Upgrade Cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
asset-web committed Aug 30, 2023
1 parent 0130208 commit 686de12
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
8.5.2 Upgrade Cypress

8.5.1 Update Cypress

8.5.0 Apply Python updates
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile.demo
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pipeline {
stage('Demo: Cypress tests') {
agent {
docker {
image 'cypress/included:12.17.1'
image 'cypress/included:13.0.0'
args '--add-host py-web-d0.epi.bris.ac.uk:172.25.2.76 --entrypoint=""'
}
}
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.4'
image 'cypress/included:13.0.0'
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.4'
image 'cypress/included:13.0.0'
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.4
docker run -it -v $PWD:/e2e -w /e2e cypress/included:13.0.0

## Warnings

Expand Down
2 changes: 2 additions & 0 deletions cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@ module.exports = defineConfig({
baseUrl: 'https://py-web-d0.epi.bris.ac.uk',
supportFile: false,
specPattern: 'cypress/integration/*.js',
video: true,
videoCompression: false,
},
})

0 comments on commit 686de12

Please sign in to comment.