From a715f83a796fc773b962361c2e53eba72ed5d187 Mon Sep 17 00:00:00 2001 From: helenanull Date: Mon, 4 Sep 2023 13:00:04 +0300 Subject: [PATCH] test --- .circleci/config.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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: