diff --git a/.circleci/config.yml b/.circleci/config.yml index 132e6d5..b5156f4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,9 +6,7 @@ workflows: jobs: - cypress/run: install-browsers: true - start-command: npm run cy:run:web - record: true # record results on Cypress Dashboard - parallel: true # split all specs across machines + start-command: npm run cy:ci parallelism: 2 # use 2 CircleCI machines to finish quickly group: 'all tests' weekly: