-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Cypress E2E tests #6
Comments
After reading @davidkpiano's article on CSS Tricks I tried it out in our React app with Jest. Works like a charm! Great stuff! Then I tried implementing it in Cypress, but I ran into issues with running Cyptess commands inside promises (I'm guessing because |
I tried really hard to make this work with Cypress for intercepting network requests but no luck. It's also pretty verbose as you have to return a |
I actually got it to work by looking at how |
Let me find a moment
The text was updated successfully, but these errors were encountered: