Learn how TestDriver’s auto-healing feature keeps your tests resilient and up-to-date with minimal manual effort.
--heal
to enable auto-healing in your test runs. This feature allows TestDriver to automatically update tests when minor changes occur, such as text updates or small UI adjustments, without requiring manual intervention.
--heal
flag when running your tests. This instructs TestDriver to attempt to automatically update any failing tests due to minor changes in the application.
Initial Test
Application Update
Test Execution
Auto-Healing
Test Update
Pull Request Creation
auto-heal-update-submit-to-send
Auto-Healed Test: Updated "Submit" to "Send"