testing-react
testing-react copied to clipboard
Documentation for using with Cypress
I was able to use this successfully with Jest, but I have been unable to find a way to get this working with Cypress component testing. There's an article describing this working, https://www.cypress.io/blog/2021/04/06/cypress-component-testing-react/ The examples given don't describe how to fully set this up, as it looks like there is setup in cypress/plugins that needs to be done for this to work properly, but it requires react-scripts/cra. Can we get documentation of how to use this with Storybook alone?