From bb7e4cbc054ab51b53868fa95a6c0af64e2f1ccd Mon Sep 17 00:00:00 2001 From: astone123 Date: Wed, 18 Oct 2023 13:16:49 -0600 Subject: [PATCH] remove Percy healthcheck --- cypress.config.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/cypress.config.ts b/cypress.config.ts index a2c41e55b..c135f832c 100644 --- a/cypress.config.ts +++ b/cypress.config.ts @@ -3,7 +3,6 @@ import _ from "lodash"; import axios from "axios"; import dotenv from "dotenv"; import Promise from "bluebird"; -import { percyHealthCheck } from "@percy/cypress/task"; import codeCoverageTask from "@cypress/code-coverage/task"; import { defineConfig } from "cypress"; @@ -84,7 +83,6 @@ module.exports = defineConfig({ }; on("task", { - percyHealthCheck, async "db:seed"() { // seed database with test data const { data } = await axios.post(`${testDataApiEndpoint}/seed`);