From 7eadd7bd01f39089c08487b7bdf564ba14f1b56b Mon Sep 17 00:00:00 2001 From: Jason Landbridge Date: Mon, 17 Jul 2023 12:57:36 +0200 Subject: [PATCH] Add Cypress-SignalR-Mock plugin --- src/data/plugins.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/data/plugins.json b/src/data/plugins.json index 370eb1ea02..cb567f4eb9 100644 --- a/src/data/plugins.json +++ b/src/data/plugins.json @@ -579,6 +579,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",