From 93a5af134d37d6fb35188ccd544f0f16d530c361 Mon Sep 17 00:00:00 2001 From: Maximilian Antoni Date: Tue, 16 Sep 2014 17:56:10 +0200 Subject: [PATCH] add `mochify` --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index e08233d..12b1c1a 100644 --- a/readme.md +++ b/readme.md @@ -390,6 +390,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [tape](https://github.com/substack/tape) - [TAP](http://testanything.org)-producing test harness. - [Mocha](http://visionmedia.github.io/mocha/) - A feature-rich test framework making asynchronous testing simple and fun. +- [Mochify](https://github.com/mantoni/mochify.js) - TDD with Browserify, Mocha, PhantomJS and WebDriver. - [loadtest](https://github.com/alexfernandez/loadtest) - Run load tests for your web application, with an API for automation. - [istanbul](https://github.com/gotwarlost/istanbul) - A code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. - [Sinon.JS](https://github.com/cjohansen/Sinon.JS) - Test spies, stubs and mocks.