diff --git a/.circleci/config.yml b/.circleci/config.yml index 4725c275867..a76ef9b655c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -373,7 +373,7 @@ workflows: install-browsers: true cypress-command: 'npx wait-on@latest http://localhost:3000 && cd platform/app && npx cypress run - --record --browser chrome' + --record --browser chrome --parallel' package-manager: 'yarn' cypress-cache-key: 'yarn-packages-{{ checksum "yarn.lock" }}' cypress-cache-path: '~/.cache/Cypress'