From 3a2d7e69d31ea82a3ed3ce82ae40a351f99084e0 Mon Sep 17 00:00:00 2001 From: helenanull Date: Mon, 4 Sep 2023 14:59:57 +0300 Subject: [PATCH] test --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2ed7100..3c752d6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,11 +3,11 @@ orbs: cypress: cypress-io/cypress@3.1.3 node: circleci/node@5.0.2 jobs: - build_and_test: # this can be any name you choose + install-browser: # this can be any name you choose executor: node/default steps: - run: - command: npm run test + command: npx @puppeteer/browsers install chrome@stable workflows: run-cy-tests: jobs: