Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/behrica/leiningen-karma-plugin


https://github.com/behrica/leiningen-karma-plugin

Last synced: 27 days ago
JSON representation

Awesome Lists containing this project

README

        

# lein-karma

A Leiningen plugin to execute javscript tests with Karma ()

## Usage

Put `[lein-karma "0.1.0-SNAPSHOT"]` into the `:plugins` vector of your project.clj.

$ lein karma

It assumes that "karma" executable is on the path and a configuration file exists in "resources/karma.conf.js".
The stdout of the karma process is printed only after the karma run ends, no progress is printed during karma run.

## License

Copyright © 2013 Carsten Behring

Distributed under the Eclipse Public License, the same as Clojure.