File tree Expand file tree Collapse file tree 10 files changed +11
-11
lines changed
Expand file tree Collapse file tree 10 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ executors:
1818 resource_class : macos.m1.medium.gen1
1919 browsers :
2020 docker :
21- - image : ' cypress/browsers:node-20.9 .0-chrome-118 .0.5993.88 -1-ff-118 .0.2 -edge-118 .0.2088.46 -1'
21+ - image : ' cypress/browsers:node-20.14 .0-chrome-126 .0.6478.114 -1-ff-127 .0.1 -edge-126 .0.2592.61 -1'
2222
2323jobs :
2424 win-test :
Original file line number Diff line number Diff line change 77 chrome :
88 runs-on : ubuntu-22.04
99 # https://github.com/cypress-io/cypress-docker-images
10- container : cypress/browsers:node-20.9 .0-chrome-118 .0.5993.88 -1-ff-118 .0.2 -edge-118 .0.2088.46 -1
10+ container : cypress/browsers:node-20.14 .0-chrome-126 .0.6478.114 -1-ff-127 .0.1 -edge-126 .0.2592.61 -1
1111 steps :
1212 - name : Checkout
1313 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 2020
2121# this job installs npm dependencies and Cypress
2222install :
23- image : cypress/base:20.11.1
23+ image : cypress/base:20.14.0
2424 stage : build
2525
2626 script :
@@ -35,7 +35,7 @@ install:
3535
3636# all jobs that actually run tests can use the same definition
3737.job_template :
38- image : cypress/base:20.11.1
38+ image : cypress/base:20.14.0
3939 stage : test
4040 script :
4141 # print CI environment variables for reference
Original file line number Diff line number Diff line change 22# https://documentation.codeship.com/pro/languages-frameworks/nodejs/
33
44# use Cypress provided image with all dependencies included
5- FROM cypress/base:20.11.1
5+ FROM cypress/base:20.14.0
66RUN node --version
77RUN npm --version
88WORKDIR /home/node/app
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ pipeline {
3737 agent {
3838 // this image provides everything needed to run Cypress
3939 docker {
40- image ' cypress/base:20.9 .0'
40+ image ' cypress/base:20.14 .0'
4141 }
4242 }
4343
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: 2
22jobs :
33 test :
44 docker :
5- - image : cypress/base:20.11.1
5+ - image : cypress/base:20.14.0
66 steps :
77 - checkout
88 # restore folders with npm dependencies and Cypress binary
Original file line number Diff line number Diff line change 1313 - cache/Cypress
1414
1515test :
16- image : cypress/base:20.11.1
16+ image : cypress/base:20.14.0
1717 stage : test
1818 script :
1919 - npm ci
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ pipeline {
22 agent {
33 // this image provides everything needed to run Cypress
44 docker {
5- image ' cypress/base:20.9 .0'
5+ image ' cypress/base:20.14 .0'
66 }
77 }
88
Original file line number Diff line number Diff line change 22# https://documentation.codeship.com/pro/languages-frameworks/nodejs/
33
44# use Cypress provided image with all dependencies included
5- FROM cypress/base:20.11.1
5+ FROM cypress/base:20.14.0
66RUN node --version
77RUN npm --version
88WORKDIR /home/node/app
Original file line number Diff line number Diff line change 88 type : " BUILD"
99 working_directory : " /buddy/cypress-example-kitchensink"
1010 docker_image_name : " cypress/base"
11- docker_image_tag : " 20.9 .0"
11+ docker_image_tag : " 20.14 .0"
1212 execute_commands :
1313 - " npm install --force"
1414 - " npm run cy:verify"
You can’t perform that action at this time.
0 commit comments