Articles for the Testing tag
-
fetch-network-simulator: A Chaos Monkey for Your Fetch Calls
Your localhost is lying to you. Time to break things on purpose.
-
Midscene.js: The AI That Sees Your UI and Clicks for You
What if your test scripts could just look at the screen and figure things out, the way a human would?
-
Redux DevTools GenTest Plugin: Conjuring Automated Tests from Thin Air
Unlock the power of automated testing in your Redux applications with redux-devtools-gentest-plugin. This innovative tool seamlessly integrates with Redux DevTools to generate comprehensive tests based on your application’s state changes, saving you time and ensuring robust code quality.
-
Streamlining React Testing with @testing-library/react-render-stream
Explore the powerful features of @testing-library/react-render-stream, a tool designed to enhance your React testing experience by allowing detailed render assertions.
-
Tame Your Redux Tests with redux-test-reducer: A Developer's Best Friend
Redux testing can be a complex and time-consuming process. The redux-test-reducer library aims to simplify this task, providing developers with a powerful tool to streamline their Redux testing workflow. This article explores the features and usage of redux-test-reducer, demonstrating how it can enhance your testing experience and improve the reliability of your Redux-powered React applications.