From a468a3b69852c228210ae7b6df57f343a8e35d42 Mon Sep 17 00:00:00 2001 From: helenanull Date: Mon, 4 Sep 2023 13:01:46 +0300 Subject: [PATCH] test --- .circleci/config.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4a54ee9..c1d84e8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -17,12 +17,9 @@ workflows: only: - main jobs: - - cypress/install: - build: 'npm install' + use-my-orb: + jobs: - cypress/run: - requires: - - cypress/install - record: true # record results on Cypress Dashboard - parallel: true # split all specs across machines + install-browsers: true + start-command: npm run cy:ci parallelism: 2 # use 2 CircleCI machines to finish quickly - group: 'all tests'