A Babel plugin to automatically inject `data-testid` attributes into JSX elements for testing purposes. This plugin works with React and TypeScript projects, ensuring that all relevant elements have unique and consistent `data-testid` attributes, making i
ESLint plugin to enforce data-testid attributes on interactive elements for better testing
一个极简的vue plugin,用于给所有vue组件的根节点添加测试id,以降低UI自动化测试场景下编写脚本时获取节点的难度。