From d2fe1aef1b08237eb62417ec12bf0e48970ec1fc Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Sun, 12 Oct 2014 15:06:27 +0200 Subject: [PATCH] Close PR #189: Add nightmare to Testing. --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 2e82c7e..758f832 100644 --- a/readme.md +++ b/readme.md @@ -407,6 +407,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. ### Benchmarking