Hey folks - in react testing library you can print the available aria roles by using getByRole() with some non-existent role. This has the side effect of showing you whats available in the DOM.
Does something like this exist in cypress? I'm using findByRole from cypress testing library, but that doesn't have the same effect.
Thanks