Project: AI Self-Healing Playwright Framework (Claude AI + locator repair)
Built an AI self-healing Playwright automation framework that uses Claude AI to analyze live HTML and suggest corrected locators when selectors break. The system supports automated remediation of test failures by generating updated locator instructions, reducing manual intervention during runtime. This represents AI-driven generation of structured test guidance based on page state. • Implemented Playwright (TypeScript) integration with Claude AI for real-time detection and healing of broken locators • Used Claude AI API to analyze page HTML and suggest corrected selectors • Automated locator correction to maintain stable UI regression execution • Reduced manual effort during test failures by enabling self-healing behavior