From 5cdff7f047f70bb950637ed99118af3954b2a4f5 Mon Sep 17 00:00:00 2001 From: helenanull Date: Tue, 5 Sep 2023 13:57:04 +0300 Subject: [PATCH] test --- .circleci/config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 023dc41..dfceb21 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,5 +4,6 @@ orbs: workflows: build: jobs: - - cypress/run # "run" job comes from "Cypress" orb - start-command: 'npm run cy:ci' + - cypress/run: + cypress-command: 'npx cypress run --parallel --record' + parallelism: 2