diff --git a/.circleci/config.yml b/.circleci/config.yml index 8c66dc1fa0..ae8c4f4bad 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -15,6 +15,12 @@ orbs: codecov: codecov/codecov@1.0.5 cypress: cypress-io/cypress@3 +executors: + cypress-node: + docker: + # Primary container image where all steps run. + - image: 'node-18.15.0-chrome-106.0.5249.61-1-ff-99.0.1-edge-114.0.1823.51-1' + defaults: &defaults docker: - image: cimg/node:18.18 @@ -359,6 +365,7 @@ workflows: - cypress/run: name: 'E2E: PWA' + executor: cypress-node start-command: yarn run test:data && yarn run test:e2e:serve install-browsers: true cypress-command: