We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b465016 commit e30943cCopy full SHA for e30943c
src/data/plugins.json
@@ -317,6 +317,13 @@
317
"keywords": ["console", "error", "fail"],
318
"badge": "community"
319
},
320
+ {
321
+ "name": "cypress-fail-on-network-error",
322
+ "description": "Fail cypress test on network error.",
323
+ "link": "https://github.com/nils-hoyer/cypress-fail-on-network-error",
324
+ "keywords": ["network", "error", "fail"],
325
+ "badge": "community"
326
+ },
327
{
328
"name": "cypress-codegen",
329
"description": "A Cypress plugin which automatically adds and enables IntelliSense for custom commands",
0 commit comments