-
-
Notifications
You must be signed in to change notification settings - Fork 211
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
Set up Cypress and configure local test environment #829
Conversation
Setting up this was literally quite challenging. It was easy to setup Cypress and write tests but the code coverage part took really some good amount of time. So after lots of struggle I found a little hacky solution. Basically I found one guy who commented that if you use Babel in package.json then Next.js will not be able to find Babel config and will use SWC compiler. And boom, it works. |
160c10e
to
0489830
Compare
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job. I dont have comments... only KUDOS!!
Lets merge this!!
What kind of change does this PR introduce?
This PR introduces the following changes:
Issue Number:
Screenshots/videos:
Screencast.from.2024-07-27.01-32-12.webm
Code Coverage Report:
If relevant, did you update the documentation?
Note:
Does this PR introduce a breaking change?