How to expose/access a data store like Redux within a cypress test?
问题 The Cypress docs say you can Expose data stores (like in Redux) so you can programmatically alter the state of your application directly from your test code. I also watched a course on testing by Mr. Kent C. Dodds where he mentions a redux store could be initialized with existing data in Cypress (before or within tests, not sure) I went through pretty much all the docs and googled and I just can't find any references or examples of actually doing this other than it being mentioned as one of