Mocha 一个用于Node.js与浏览器端的简单、自由、有趣的JavaScript测试框架。 https://mochajs.org/ https://github.com/mochajs/mocha

Jest 一个令人愉悦的JavaScript测试框架。 https://jestjs.io/ https://github.com/facebook/jest

Ava 测试可能是个负担,AVA帮助你摆脱它。 https://github.com/avajs/ava

Jasmine 一个用于浏览器与Node.js开发的简易JavaScript测试框架。 https://jasmine.github.io/

Selenium 一个用于浏览器的自动化框架及生态系统。 https://github.com/SeleniumHQ/selenium

Tape 用于Node.js及浏览器的测试工具。 https://github.com/substack/tape

Cucumber.js 一个行为驱动开发的测试工具。 https://cucumber.io/ https://github.com/cucumber/cucumber-js