E2E Automation/core

EVANEnd-to-end Validation

Converts test specifications into production-grade automation code.

agent.idEVAN
modelsonnet-4-6
statusready
latency~2s
EVAN's skills · 12 active · runs in Cursor / Claude Code
full library →
The IDE-side skills (step-defs, page-objects, locators, self-heal) drive code generation directly inside the engineer's editor on top of the Cucumber/TypeScript framework.
Input · Gherkin Spec
from TARA, or paste your own
0 chars
Output · Playwright + TypeScript
live · sonnet-4-6
{ }
awaiting spec
How EVAN works
01

Read TARA's spec

EVAN consumes Gherkin directly — no translation step. Each scenario maps 1:1 to a generated test, preserving intent and edge-case markers.

02

Choose stable selectors

Role-based and label-based selectors first, test-IDs only when ambiguous. EVAN never picks brittle CSS class selectors that break on the next refactor.

03

Mock what matters

Rate limits, lockouts, payment gateways — EVAN inserts page.route() interceptors so tests stay deterministic and fast in CI.