diff --git a/src/data/plugins.json b/src/data/plugins.json index 3c3e1662fc..34d42226a4 100644 --- a/src/data/plugins.json +++ b/src/data/plugins.json @@ -738,6 +738,13 @@ "link": "https://github.com/MohamadKh75/cypress-plugin-dotenv", "keywords": ["testing", "commands", ".env", "environment variables"], "badge": "community" + }, + { + "name": "cypress-intercept-formdata", + "description": "Work with Cypress' Intercept multipart/form-data requests", + "link": "https://github.com/yoavniran/cypress-intercept-formdata", + "keywords": ["testing", "commands", "intercept", "form-data", "request"], + "badge": "community" } ] },