01Generates tests that simulate real user journeys by interacting with the DOM.
02Provides an automated test healing strategy to fix failures caused by UI changes.
03Enforces a mandatory three-phase workflow: Plan, Generate, and Heal.
04192 GitHub stars
05Prioritizes accessible locators (e.g., getByRole, getByLabel) for robust implementation.
06Distinguishes between test setup (where API helpers are allowed) and the core test action (where UI interaction is mandatory).