Cloud Fortified Reliability Synthetic Tests

For example, performing Jest synthetic testing against a Jira Cloud add-on. A new headless chrome/firefox is made, meaning no log in credentials are available.
Is there a way to provide authentication (via Auth API token, or request params) when navigating to the apps landing page on an instance?
If not, is it expected to start at the instance homepage, log in, then navigate and perform the synthetic tests?

(If there’s an easier alternative others use that i’ve not seen, would be glad to hear it!)

Yes. At least, that’s what we do :man_shrugging:

2 Likes

Thanks!