redux-test-recorder
Reducer tester
A tool that automatically generates tests for reducers in Redux applications based on user interactions.
a redux middleware to automatically generate tests for reducers through ui interaction
495 stars
10 watching
20 forks
Language: JavaScript
last commit: over 8 years ago
Linked from 3 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
| A utility for testing Redux reducers in isolation | 11 |
| A tool to simplify reducer writing by reducing boilerplate and providing a concise syntax | 38 |
| A collection of utility functions to simplify the creation of Redux reducers by providing generic ways to manage and update state structures | 157 |
| A Redux reducer library that optimizes state management by memoizing and linking dependencies between reducers. | 163 |
| An extension for Redux DevTools to replay recorded Redux actions using a slider-based interface. | 207 |
| A utility for creating standardized redux reducers for handling async actions in an efficient and reusable way. | 14 |
| Reduces boilerplate code for creating async actions and reducers in Redux applications | 125 |
| Library for simplifying testing of Redux actions and async action creators by reducing repetitive code and allowing focused testing. | 188 |
| A tool designed to detect and prevent Denial of Service (DoS) vulnerabilities in JavaScript code using a specific algorithm called ReDoS. | 256 |
| A library that enables reducers to handle effects naturally and purely by returning them from the reducer | 1,960 |
| A tool that handles side effects and provides snapshots for debugging and testing Redux applications. | 610 |
| Enables immutable state in Redux reducers | 40 |
| A tool for streaming test output to the terminal from anywhere. | 3 |
| Automated visual testing for web layout changes | 486 |
| A library that enables safe and simple side effects in Redux reducers by decoupling effects from reducer logic. | 3 |