Skip to content

Commit 2ec3c31

Browse files
committed
Added plugin for generating OTP tokens
1 parent e264503 commit 2ec3c31

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/data/plugins.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -726,6 +726,18 @@
726726
"google"
727727
],
728728
"badge": "community"
729+
},
730+
{
731+
"name": "cypress-get-otp",
732+
"description": "Cypress custom command for generating OTP codes.",
733+
"link": "https://github.com/sergiubcn/cypress-get-otp",
734+
"keywords": [
735+
"authentication",
736+
"hmac",
737+
"otp",
738+
"totp"
739+
],
740+
"badge": "community"
729741
}
730742
]
731743
},

0 commit comments

Comments
 (0)