参考 Vue.js 的单元测试 单元测试框架 Jest 集成了 test runner/test framework/test coverage/mock,支持 TS Test Runner: Karma Test Framework Ava 支持 TS, 支持 Observable, 断言库可更换, 输出日志样式可自定义 Mocha Assertion Library: Chai Should.js Test Coverage: Istanbul Mock: Sinon 兼容性测试 阿里云前端测试服务:http://fts.aliyun.com/(试了一下,好像没法用,任务进度一直是 0%,不知道是不是没维护了) 开源框�架: F2etest / 阿里巴巴出品 自动化测试(E2E) Macaca 阿里巴巴出品 额外阅读 What is the difference between a test runner, testing framwork, assertion library, and a testing plugin? The Difference Between TDD and BDD