From 0d647e37cb06566d66ac6d39e7b03b945933a5fc Mon Sep 17 00:00:00 2001 From: Stuart Clark Date: Tue, 30 Aug 2022 11:37:45 +1000 Subject: [PATCH] chore(#92): install cypress binary --- .circleci/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7a2aab248..0f05ab98f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -111,6 +111,10 @@ jobs: command: | cd docs/drupal && ddev drupal-install + - run: + name: Install cypress + command: npx cypress install + - run: name: Run end-to-end tests command: yarn test:e2e