From ca58ac5187b0aa9c0aaca8b473fad417e0c52b21 Mon Sep 17 00:00:00 2001 From: helenanull Date: Mon, 4 Sep 2023 12:55:49 +0300 Subject: [PATCH] update orb --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2ad7664..65d3b07 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,6 +1,6 @@ version: 2.1 orbs: - cypress: cypress-io/cypress@1 + cypress: cypress-io/cypress@3.1.3 workflows: build: jobs: @@ -9,6 +9,8 @@ workflows: - cypress/run: requires: - cypress/install + install-browsers: true + start-command: npm run cy:run:web record: true # record results on Cypress Dashboard parallel: true # split all specs across machines parallelism: 2 # use 2 CircleCI machines to finish quickly