Commit 90f29d1 1 parent b4aba39 commit 90f29d1 Copy full SHA for 90f29d1
File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 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
2
2
LABEL org.opencontainers.image.source https://github.com/CDCgov/prime-simplereport
3
3
4
+ RUN apt-get update
5
+ RUN apt-get install --no-install-recommends -y curl
4
6
5
7
ADD ./cypress /app/cypress
6
8
RUN mkdir -p /app/cypress/screenshots
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ services:
5
5
dockerfile : cypress/Dockerfile
6
6
image : ghcr.io/cdcgov/prime-simplereport/cypress:${DOCKER_CYPRESS_IMAGE_VERSION:-latest}
7
7
container_name : cypress
8
- shm_size : " 512M "
8
+ shm_size : " 1gb "
9
9
restart : " no"
10
10
environment :
11
11
CYPRESS_OKTA_USERNAME : $CYPRESS_OKTA_USERNAME
You can’t perform that action at this time.
0 commit comments