From c8cfcc0c32cf3312d8bcf1232f91236ef91e8a91 Mon Sep 17 00:00:00 2001 From: tillias Date: Mon, 9 Nov 2020 07:49:22 +0100 Subject: [PATCH] Recording cypress tests #96 --- .circleci/config.yml | 2 +- cypress.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 21e4707..98ac696 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -90,7 +90,7 @@ jobs: key: v2-cypress-dependencies-{{ checksum "package-lock.json" }} - run: name: cypress run - command: 'cypress run --record' + command: 'npm run cypress --record' workflows: build: jobs: diff --git a/cypress.json b/cypress.json index c5691a9..a1ff015 100644 --- a/cypress.json +++ b/cypress.json @@ -1,3 +1,4 @@ { - "chromeWebSecurity": false + "chromeWebSecurity": false, + "projectId": "ge12oz" }