diff --git a/src/data/plugins.json b/src/data/plugins.json index 310966be7f..2ecb5383e9 100644 --- a/src/data/plugins.json +++ b/src/data/plugins.json @@ -459,6 +459,13 @@ "keywords": ["dragndrop", "drag", "drop", "commands"], "badge": "community" }, + { + "name": "cypress-dragndrop-kit", + "description": "A lightweight, Cypress-native plugin that simplifies drag‑and‑drop and movement interactions in end-to-end tests. Perfect for testing sortable lists, draggable elements, and custom UI components.", + "link": "https://github.com/vergjor/cypress-dragndrop-kit", + "keywords": ["dragndrop", "drag-and-drop", "drag", "drop", "commands"], + "badge": "community" + }, { "name": "cypress-fill-command", "description": "A Cypress command for fill inputs.",