diff --git a/src/data/plugins.json b/src/data/plugins.json index 19f660b3d4..bd12b0f4ca 100644 --- a/src/data/plugins.json +++ b/src/data/plugins.json @@ -726,6 +726,18 @@ "google" ], "badge": "community" + }, + { + "name": "cypress-get-otp", + "description": "Cypress custom command for generating OTP codes.", + "link": "https://github.com/sergiubcn/cypress-get-otp", + "keywords": [ + "authentication", + "hmac", + "otp", + "totp" + ], + "badge": "community" } ] },