avoid sending pending tests to cypress dashboard (#4083)

* added flag grepOmitFiltered: true to avoid sending pendning tests to cypress dashboard
This commit is contained in:
wojteknowacki 2023-08-16 11:55:06 +02:00 committed by GitHub
parent a43c9254b4
commit 54ac13c0aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View file

@ -24,6 +24,7 @@ module.exports = defineConfig({
e2e: {
env: {
grepFilterSpecs: true,
grepOmitFiltered: true,
},
setupNodeEvents(on, config) {
config = require("./cypress/support/cypress-grep/plugin")(config);

1
package-lock.json generated
View file

@ -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",