Skip to content

Commit

Permalink
try to fix e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
sedghi committed Sep 25, 2023
1 parent 22f3494 commit de7494a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ orbs:
codecov: codecov/[email protected]
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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit de7494a

Please sign in to comment.