${MOROPO_EMAIL_URL}
Description
Upon each Test Run or Live Interaction a temporary URL is created in order to access the most recent email sent to the . You can find support on the use case on the relevant docs page -Access Emails During A Test Flow. This should be used in conjunction with ${MOROPO_TEST_EMAIL}. What does it contain?
A unique URL.
Usage
In script mode
appId: ${BUNDLEID}
---
- launchApp
# Navigate to a sign in page
# Focus on the email address field
- inputText: ${MOROPO_TEST_EMAIL}
# Submit the form to sign-up
- openLink:
link: ${MOROPO_EMAIL_URL}
# Copy content from emailIn step mode

When is it set?
The variable is set upon each Test Run execution, or upon each new Live Interaction session. In the case of a Test Run running on multiple devices and/or tests, a unique address is created for each separate runner.
Last updated
Was this helpful?