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:
parent
a43c9254b4
commit
54ac13c0aa
2 changed files with 1 additions and 1 deletions
|
@ -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
1
package-lock.json
generated
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue