书栈网 · BookStack 本次搜索耗时 0.039 秒,为您找到 1291 个相关结果.
  • Testing

    Testing Installation Unit testing Testing utilities End-to-end testing Testing Automated testing is considered an essential part of any serious software development effort....
  • Testing

    Testing Installation Unit testing Testing utilities Learn the right way! End-to-end testing Testing request-scoped instances Testing Automated testing is considered an es...
  • 欢迎

    这本指南是什么? 延伸阅读 这本指南是什么? 欢迎来到 Vue.js 测试指南! 这是一系列关于如何测试 Vue 组件的短小而目标明确的示例。它使用了测试 Vue 组件的官方库 vue-test-utils ,以及一个现代测试框架 Jest 。本书不但涵盖了 vue-test-utils 的 API,而且也是测试组件的最佳实践。 每个章节都...
  • 匹配器的使用

    匹配器的使用 常用的匹配器 真值 数字 字符串 数组和可迭代对象 例外 以及更多 匹配器的使用 Jest使用“匹配器”的机制让你可以使用各种方法进行测试 这篇文档将向你介绍一些常用的匹配器, 想要看到完整的列表,请查阅 expect API 的文档 。 常用的匹配器 最简单测试一个值的方法是使用精确匹配的方法。 test ( 'tw...
  • Globals

    Methods Reference afterAll(fn, timeout) afterEach(fn, timeout) beforeAll(fn, timeout) beforeEach(fn, timeout) describe(name, fn) describe.each(table)(name, fn, timeout) 1. de...
  • Guides

    Snapshot Testing An Async Example Timer Mocks Manual Mocks ES6 Class Mocks Bypassing module mocks Using with webpack Using with puppeteer Using with MongoDB DOM Manipulat...
  • Guides

    Snapshot Testing An Async Example Timer Mocks Manual Mocks ES6 Class Mocks Bypassing module mocks Using with webpack Using with puppeteer Using with MongoDB Using with Dyn...
  • Guides

    Snapshot Testing An Async Example Timer Mocks Manual Mocks ES6 Class Mocks Bypassing module mocks Using with webpack Using with puppeteer Using with MongoDB Using with Dyn...
  • Globals

    Globals 方法 参考 afterAll(fn, timeout) afterEach(fn, timeout) beforeAll(fn, timeout) beforeEach(fn, timeout) describe(name, fn) describe.each(table)(name, fn, timeout) 1. ...
  • DOM Manipulation

    DOM Manipulation DOM Manipulation Another class of functions that is often considered difficult to test is code that directly manipulates the DOM. Let’s see how we can test the...