Login to app using maestro #1011
-
I have a app where login is mandatory using mobile phone and otp. for testing apps, our otp saved in redis database and i am fetching it on runtime using java library. How can this be acheived in maestro. |
Beta Was this translation helpful? Give feedback.
Answered by
axelniklasson
May 26, 2023
Replies: 1 comment
-
Hi @vikaskrsharma! You can use Javascript to fetch the OTP and use it in your tests. You can refer to this example for some inspiration. Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
axelniklasson
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @vikaskrsharma! You can use Javascript to fetch the OTP and use it in your tests. You can refer to this example for some inspiration. Thanks!