jevcumber
Resolve Gherkin steps into browser actions
Implementation and evidence →JEV GUIDE
Jev can help choose a UI action; connecting to the browser, reading controls and clicking remain tool responsibilities. Two collected implementations illustrate browser testing and desktop interaction.
jevcumber builds candidates from Gherkin steps and page controls, asks Jev to select an action, element and input value, then executes through Playwright. Frozen mode replays a lockfile without Jev; semantic assertions have separate limitations.
Source: jevcumber · pinned source ↗
In the reviewed Jev-cu revision, Jev receives text candidates from the accessibility tree. Codex Computer Use reads and operates the interface. This does not establish screenshot understanding by Jev or transferable speed gains across applications.
Editorial design: read a page revision and visible controls, provide finite candidates plus “no suitable target,” select, check that the target still exists, execute once, then read the new state. Record the target and outcome rather than using one stale snapshot for several actions.
Synthetic example: “Save draft” and “Publish” must remain separate candidates. Selecting a control does not replace application checks for user authorization and the expected resulting state.
Test first-time resolution separately from lockfile replay. A passing replay shows that recorded actions still work; it does not prove the current model would choose correctly.
Suggested edge cases include duplicate button names, a blocking dialog, changes during a request, network timeouts and an already-complete task. Track completion, wrong actions and abstentions. Stop with an explicit reason when confidence or available targets are insufficient. Neither project was run by this site.
Resolve Gherkin steps into browser actions
Implementation and evidence →Let Jev choose the next step for Codex Computer Use
Implementation and evidence →03 / JEV GUIDE
Write focused Jev questions with original feedback-routing examples, explicit criteria and a practical edge-case checklist.
Read guide →04 / JEV GUIDE
Understand Jev MCP setup, evaluate tool arguments, credential routing and the difference between a working connection and a live model call.
Read guide →14 / JEV GUIDE
Compare Jev and generative LLM task boundaries through rewriting and script-review cases. Typed output does not establish correctness or performance.
Read guide →