1 repository
Mechanisms for ensuring a sequence of randomized actions can be exactly reproduced using a seed.
Distinct from Test Sequence Control: Distinct from Test Sequence Control: focuses on the repeatability of random sequences via seeding rather than the logic of progression and interruption.
Explore 1 awesome GitHub repository matching software engineering & architecture · Deterministic Test Sequences. Refine with filters or upvote what's useful.
gremlins.js is a JavaScript stress testing framework and web UI monkey testing library. It functions as a browser chaos testing tool that automates random interactions with DOM elements to identify stability issues, unexpected crashes, and edge-case bugs in web applications. The tool utilizes a seeded-random interaction engine to ensure test sequence repeatability, allowing specific failure sequences to be recreated for debugging. It supports the definition of custom interaction rules and pluggable strategies to target specific application behaviors through weighted-probability action dispatc
Utilizes a seeded-random engine to ensure chaotic interaction sequences are repeatable for debugging and verification.