Hacker News new | ask | show | jobs
by hyperkewb 818 days ago
Currently working on a prototype "fuzzer" for react components, where the input is programmatic interaction with said component (clicks, typing, toggling), and the output is graphical representation of all possible states this component can get into. This is tracked through code execution, but ultimately displayed in DOM form.

Sort of an attempt at automatic yet structured ui testing for both stress testing frontends and product design