搜索结果
one
找到 4 个相关结果 / Testing
Testing / Automation
Vue 测试最佳实践
vue-testing-best-practices
用于 Vue.js 测试。涵盖 Vitest、Vue Test Utils、组件测试、Mock、测试模式,以及用于 E2E 测试的 Playwright。
Testing / Automation
flutter-添加-widget-测试
flutter-add-widget-test
使用 `WidgetTester` 实现组件级测试,以验证 UI 渲染和用户交互(点击、滚动、输入文本)。适用于验证……
Testing / Automation
废弃与迁移
deprecation-and-migration
管理弃用与迁移。在移除旧系统、API 或功能时使用。在将用户从一种实现迁移到另一种实现时使用。在……时使用
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"。