Matrix Version: 6.38.0
Currently we’re using Cypress to run automated testing on our Matrix site. This works fine, however we cannot run Cypress against unpublished pages or content meaning we currently can only update the tests once the content has already been published live.
I’m wondering if there is an established best approach for this? The only way I can think of is to have Cypress login using the login form. But are there any other SSO or Auth options people are using?