Skip to content

Commit

Permalink
Add Plugin: cypress-temp-sms : temporary mobile numbers that shall …
Browse files Browse the repository at this point in the history
…be used for SMS verification (OTP,2FA) (#5837)

* cypress-temp-sms

* added plugin category
  • Loading branch information
madhusaran committed Jun 4, 2024
1 parent aeae26b commit e54c393
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/data/plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -1309,6 +1309,18 @@
"link": "https://github.com/madhusaran/cypress-temp-mail",
"keywords": ["cypress-temp-mail", "email","temp-mail", "test", "commands"],
"badge": "community"
}
]
},
{
"name": "SMS",
"plugins": [
{
"name": "cypress-temp-sms",
"description": "Generates temporary mobile numbers that shall be used for SMS verification (OTP,2FA)",
"link": "https://github.com/madhusaran/cypress-temp-sms",
"keywords": ["cypress-temp-sms", "sms","temp-number", "otp", "2fa", "commands"],
"badge": "community"
}
]
}
Expand Down

0 comments on commit e54c393

Please sign in to comment.