Skip to content

Commit

Permalink
remove Percy healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
astone123 committed Oct 18, 2023
1 parent d2d9e63 commit bb7e4cb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down Expand Up @@ -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`);
Expand Down

0 comments on commit bb7e4cb

Please sign in to comment.