Cypress and React
Apply Cypress testing to the rest of our Stimulus and React pages in this lesson.
We'll cover the following...
The problem with styled-components
We don’t need to do anything, in general, to test React, since the Cypress tests aren’t concerned with the underlying framework. We do, however, have a specific problem related to the React tools in our code. That problem is our styled-components.
Styled-components, which we added to our React code in ...