Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/behrica/leiningen-karma-plugin
https://github.com/behrica/leiningen-karma-plugin
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/behrica/leiningen-karma-plugin
- Owner: behrica
- Created: 2013-11-03T10:50:09.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-03T12:36:53.000Z (over 11 years ago)
- Last Synced: 2024-12-16T06:18:49.041Z (about 2 months ago)
- Language: Clojure
- Size: 105 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.