I wanted to create a dynamic test script where a user signs up to our app, then goes through verification.
I'm using zephyr and automate the tests in Reflect.
In Reflect, you can ask the tool to generate a random email. Then in the verification step, the tool can open their built-in email feature and copy the verification code, go back to the verification page and paste the code. How can I use this to write Zephyr test scripts?