For vets-website, we use Cypress-provided Docker images to execute Cypress tests in CI. We should update the workflows to use the latest Docker image available from Cypress. Additionally, the Docker image we use in our CI should be stored in our internal ECR.
Description
For
vets-website
, we use Cypress-provided Docker images to execute Cypress tests in CI. We should update the workflows to use the latest Docker image available from Cypress. Additionally, the Docker image we use in our CI should be stored in our internal ECR.image: 008577686731.dkr.ecr.us-gov-west-1.amazonaws.com/dsva/cypress-io/cypress/browsers:node16.16.0-chrome107-ff107-edge
image: public.ecr.aws/cypress-io/cypress/browsers:node16.13.2-chrome100-ff98
image: public.ecr.aws/cypress-io/cypress/browsers:node16.13.2-chrome100-ff98
image: public.ecr.aws/cypress-io/cypress/browsers:node16.13.2-chrome100-ff98
Acceptance Criteria
vets-website
workflows use the declared Cypress image available at the time this ticket is completedvets-website
workflows use Cypress images stored in Amazon's public ECR