We have just released version 1.6 of EnvJasmine, a headless, self-
contained tool for JavaScript Testing. This has a number of updates
that will increase developer happiness:
- Command line output is very similar to RSpec now.
- Upgraded Jasmine, jasmine-ajax, and jasmine-jquery to the latest
versions
- Added a —disableColor flag so EnvJasmine will not display colors
(useful in CI solutions).
- Added output to display the file that a spec failed in along with
the suite and spec name.
As always, please submit defects and pull requests to the github repo
at https://github.com/trevmex/EnvJasmine
The blog post announcing this is at http://trevmex.com/post/13637352846/envjasmine-1-6-is-released
Take care,
Trevor