E2E Self-Heal
Version updated for https://github.com/Lee-Dongwook/E2E-Self-Heal to version v0.3.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed
Changed
- Diff parsing rewritten on a tree-sitter AST: the JSX/TSX diff analyzer now walks the parsed syntax tree instead of matching regexes, producing more accurate and robust before/after DOM node extraction. Added tree-sitter dependencies and expanded diff-analyzer test coverage. (#8)
Full Changelog: https://github.com/Lee-Dongwook/E2E-Self-Heal/compare/v0.2.2...v0.3.0