搜索结果
fixing
找到 3 个相关结果 / Testing
Testing / Automation
TDD 工作流
tdd-workflow
在编写新功能、修复 Bug 或重构代码时使用此技能。强制推行测试驱动开发,确保 80% 以上的覆盖率,包括单元测试、集成测试……
Stars 0
reactuiperformancetesting
Testing / Automation
react-native-testing
react-native-testing
使用 React Native Testing Library (RNTL) v13 和 v14 (`@testing-library/react-native`) 编写测试。在编写、审查或修复 React Native 组件测试时使用。涵盖:render、screen、查询 (getBy/getAllBy/queryBy/findBy)、Jest 匹配器、userEvent、fireEvent、waitFor 以及异步模式。支持 v13(React 18,同步渲染)和 v14(React 19+,异步渲染)。触发条件:React Native 组件的测试文件、RNTL 导入,或提及 "testing library"、"write tests"、"component tests" 或 "RNTL"。
Stars 0
reactuitestingjest
Testing / Automation
dart-添加单元测试
dart-add-unit-test
使用 `package:test` 为函数、方法和类编写并组织单元测试。在创建新逻辑或修复 Bug 时使用,以确保代码保持…
Stars 0
uitestingapiworkflow