Buster.JSJavaScript 单元测试工具
Buster.JS 是 JavaScript 的单元测试工具包,
- 浏览器测试工具包;Buster.js 可以自动的在浏览器上测试,像 JsTestDriver ;QUnit 风格 静态 HTML 页面测试 ; 在一些不知名的浏览器上测试,像 PhantomJS 和 jsdom ;
- Node.js 测试工具包;
- 灵活; Buster.js 里面几乎含有所有的公共 API 。你可自己书写 测试报告 来自定义 buster 的输出(buster 里面已经有 xUnit XML, traditional dots, specification, tap, TeamCity ),也可以编写扩展其他测试框架(buster 里面已经有 buster-jstestdriver ),添加你自己的测试语法(xUnit 和 BDD);
- 更多相关信息请看 the overview 。
评论