From 09c4ce0a815d26ccf2b4f54a4b019170d23f8038 Mon Sep 17 00:00:00 2001 From: Darin Kelkhoff Date: Tue, 15 Nov 2022 19:55:19 -0600 Subject: [PATCH] turn off record - not configed for cy dashboard --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4020dab..906f500 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -35,7 +35,7 @@ workflows: context: [ qqq-maven-registry-credentials ] requires: - cypress/install - record: true # record results on Cypress Dashboard + ## record: true # record results on Cypress Dashboard ## parallel: true # split all specs across machines ## parallelism: 4 # use 4 CircleCI machines to finish quickly ## group: 'all tests' # name this group "all tests" on the dashboard