diff --git a/src/data/plugins.json b/src/data/plugins.json index d24604d296..e5d47e4c3e 100644 --- a/src/data/plugins.json +++ b/src/data/plugins.json @@ -586,6 +586,13 @@ "keywords": ["commands"], "badge": "community" }, + { + "name": "Cypress-SignalR-Mock", + "description": "Easy way to publish messages from and to your SignalR hubs in Cypress E2E tests.", + "link": "https://github.com/JasonLandbridge/Cypress-SignalR-Mock", + "keywords": ["commands", "signalr", "mock", "websocket"], + "badge": "community" + }, { "name": "cypress-websocket-testing", "description": "Test WebSocket connections with Cypress",