diff --git a/src/data/plugins.json b/src/data/plugins.json index d683dc986b..6bbe9cdf8d 100644 --- a/src/data/plugins.json +++ b/src/data/plugins.json @@ -586,6 +586,13 @@ "keywords": ["commands", "websocket"], "badge": "community" }, + { + "name": "cypress-mock-websocket-plugin", + "description": "Mock websocket requests and responses in a Cypress intercept style.", + "link": "https://github.com/coco1979ka/cypress-websocket-plugin", + "keywords": ["commands", "websocket", "mock"], + "badge": "community" + }, { "name": "@bahmutov/cy-api", "description": "Cypress custom command \"cy.api\" for HTTP API testing with server logs.",