JevMade field notes / Architecture and workflow guide
CodexQA Jev Browser
A browser-testing architecture guide that builds an in-page control index, constrains decisions, records visible evidence, and converts passing traces into model-free replay.
Original by openqa-cnBrowser useRepository README and documentationSource reviewed
Before you dive in
What you’ll find in the original
Accept an action only when its operation and target index both belong to the current observation.
Define completion as visible page evidence and run teardown even after an assertion fails.
Generate role-and-name cases from successful traces, then verify them without the decision model.
Worth knowing
Behavior and measurements are reported by the repository authors; source and critical implementation were inspected but not executed.