Mocking next router on Jest test
How to mock the next router on Jest test function to be able to past query when rendering a component in React or nextjs App
OneBite.Dev - Coding blog in a bite size
How to mock the next router on Jest test function to be able to past query when rendering a component in React or nextjs App
Sometimes you want to see your test running with GUI, but sometimes not, you just want run CLI and see the test results. Here is my package json setup
How to Disable video recording when running Cypress run test on you project
Many developers feel like writing tests is a waste of time because they do not see the immediate benefits. Here is benefits when we write an automated test for our code.
Here is the solution on how to solve Error: jest-haste-map: Watchman crawl failed. Retrying once with node crawler when running Jest Test
Do you need to run same code / function each time running a test? We can automate it with beforeach
Here is how to wait for a certain element until exists in Cypress instead of time