Access Redux store Within your DevTools, switch to “Your App” context using the drop down (underlined in the image below) and you should be able to get to the Redux store and see its current state. If we can get to the store from the DevTools console – we can get to it from our Cypress test.