From faeaccef96cc8713f63276190917cce1ee5f24c3 Mon Sep 17 00:00:00 2001 From: Adam Hull Date: Fri, 5 Apr 2013 22:57:41 -0700 Subject: [PATCH] Mention the Karma runner for automated browser testing --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 105dd99c0..e62a4723e 100644 --- a/README.md +++ b/README.md @@ -287,6 +287,8 @@ The browser-version of nodeunit.js is created in dist/browser when you do, 'make browser'. You'll need [UglifyJS](https://github.com/mishoo/UglifyJS) installed in order for it to automatically create nodeunit.min.js. +You can run tests in the browser from the command line and get results on stdout using the [nodeunit adapter](https://github.com/karma-runner/karma-nodeunit) for the [Karma runner](http://karma-runner.github.io/). + Adding nodeunit to Your Projects --------------------------------