From 02f1ff4ccdafcdba3310b47b21f365cb160fc804 Mon Sep 17 00:00:00 2001 From: helenanull Date: Mon, 4 Sep 2023 14:53:25 +0300 Subject: [PATCH] test --- .circleci/config.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 719a535..737f15e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,6 +1,11 @@ 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: