From 54ac13c0aac79adbbdf276e0f384c88816595a93 Mon Sep 17 00:00:00 2001 From: wojteknowacki <124166231+wojteknowacki@users.noreply.github.com> Date: Wed, 16 Aug 2023 11:55:06 +0200 Subject: [PATCH] avoid sending pending tests to cypress dashboard (#4083) * added flag grepOmitFiltered: true to avoid sending pendning tests to cypress dashboard --- cypress.config.js | 1 + package-lock.json | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress.config.js b/cypress.config.js index 8ff27f992..722055196 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -24,6 +24,7 @@ module.exports = defineConfig({ e2e: { env: { grepFilterSpecs: true, + grepOmitFiltered: true, }, setupNodeEvents(on, config) { config = require("./cypress/support/cypress-grep/plugin")(config); diff --git a/package-lock.json b/package-lock.json index 74fbe27a9..f9d44127d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,6 @@ "crc-32": "^1.2.2", "currency-codes": "^2.1.0", "currency.js": "^2.0.4", - "cypress-mochawesome-reporter": "^3.5.1", "debug": "^4.3.4", "downshift": "^6.1.7", "editorjs-inline-tool": "^0.4.0",