From f5d44440ff1748f5a2dccdbc700f24b1bb101f74 Mon Sep 17 00:00:00 2001 From: Vitaly Puzrin Date: Thu, 23 Apr 2015 09:56:46 +0300 Subject: [PATCH] Add `navit`, remove `Nightmare` --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 67689c6..86b64e5 100644 --- a/readme.md +++ b/readme.md @@ -455,7 +455,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [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. - [Karma](http://karma-runner.github.io) - Executes code in multiple real browsers. -- [Nightmare](http://nightmarejs.org) - High-level PhantomJS wrapper that lets you automate browser tasks. +- [navit](https://github.com/nodeca/navit) - PhantomJS wrapper for easy client tests scripting. ### Benchmarking