Skip to content

Commit 90f29d1

Browse files
authored
upgrade cypress chrome version (#6289)
* upgrade cypress chrome version * install curl in the cypress image
1 parent b4aba39 commit 90f29d1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

cypress/Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
FROM cypress/browsers:node18.12.0-chrome107
1+
FROM cypress/browsers:node-18.16.1-chrome-114.0.5735.133-1-ff-114.0.2-edge-114.0.1823.51-1
22
LABEL org.opencontainers.image.source https://github.com/CDCgov/prime-simplereport
33

4+
RUN apt-get update
5+
RUN apt-get install --no-install-recommends -y curl
46

57
ADD ./cypress /app/cypress
68
RUN mkdir -p /app/cypress/screenshots

docker-compose.cypress.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
dockerfile: cypress/Dockerfile
66
image: ghcr.io/cdcgov/prime-simplereport/cypress:${DOCKER_CYPRESS_IMAGE_VERSION:-latest}
77
container_name: cypress
8-
shm_size: "512M"
8+
shm_size: "1gb"
99
restart: "no"
1010
environment:
1111
CYPRESS_OKTA_USERNAME: $CYPRESS_OKTA_USERNAME

0 commit comments

Comments
 (0)