From 75a5b040ff5fe8cd9c24a7e9567056274b127135 Mon Sep 17 00:00:00 2001 From: helenanull Date: Mon, 4 Sep 2023 14:50:39 +0300 Subject: [PATCH] test --- .circleci/config.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 22b1eeb..9fbbfcd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,9 +2,16 @@ version: 2.1 orbs: cypress: cypress-io/cypress@3.1.3 +jobs: + install-browser: + steps: + - run: + command: npx @puppeteer/browsers install chrome@stable + workflows: run-cy-tests: jobs: + - install-browser - cypress/run: cypress-command: npm run cy:ci parallelism: 2 # use 2 CircleCI machines to finish quickly