jasmine/README.markdown

32 lines
1.8 KiB
Markdown
Raw Normal View History

2010-07-06 05:56:37 +00:00
<a name="README">[Jasmine](http://pivotal.github.com/jasmine)</a>
2008-12-03 03:59:13 +00:00
=======
2010-02-26 02:56:42 +00:00
**A JavaScript Testing Framework**
2008-12-03 03:59:13 +00:00
2010-07-24 01:23:53 +00:00
Want to use Jasmine in a project? Go HERE: http://pivotal.github.com/jasmine/
2009-09-10 01:46:29 +00:00
2010-07-24 01:23:53 +00:00
Want to contribute to Jasmine? Read on...
2009-09-10 01:46:29 +00:00
2010-07-24 01:23:53 +00:00
(More developer docs to come...)
2010-02-26 02:56:42 +00:00
2009-03-01 14:55:39 +00:00
## Support
We now have a Google Group for support & discussion.
2010-06-23 17:28:02 +00:00
* Discussion: [http://groups.google.com/group/jasmine-js](http://groups.google.com/group/jasmine-js)
2009-03-01 14:55:39 +00:00
* Group email: [jasmine-js@googlegroups.com](jasmine-js@googlegroups.com)
2010-01-04 22:57:05 +00:00
* Current build status of Jasmine is visible at [ci.pivotallabs.com](http://ci.pivotallabs.com)
* Pivotal Tracker project: [http://www.pivotaltracker.com/projects/10606](http://www.pivotaltracker.com/projects/10606)
* Twitter: [@JasmineBDD](http://twitter.com/JasmineBDD)
2009-03-01 14:55:39 +00:00
2008-12-04 00:23:17 +00:00
## Maintainers
2009-09-10 01:46:29 +00:00
* [Davis W. Frank](mailto:dwfrank@pivotallabs.com), Pivotal Labs
* [Rajan Agaskar](mailto:rajan@pivotallabs.com), Pivotal Labs
2010-01-28 03:19:30 +00:00
* [Christian Williams](mailto:xian@pivotallabs.com), Pivotal Labs
2008-12-04 00:23:17 +00:00
## Developers
We welcome your contributions! Jasmine is currently maintained by Davis Frank ([infews](http://github.com/infews)), Rajan Agaskar ([ragaskar](http://github.com/ragaskar)), and Christian Williams ([Xian](http://github.com/Xian)). You can help us by removing all other recipients from your pull request.
## Acknowledgments
* A big shout out to the various JavaScript test framework authors, especially TJ for [JSpec](http://github.com/visionmedia/jspec/tree/master) - we played with it a bit before deciding that we really needed to roll our own.
* Thanks to Pivot [Jessica Miller](http://www.jessicamillerworks.com/) for our fancy pass/fail/pending icons
2010-06-26 00:40:50 +00:00
* Huge contributions have been made by [Adam Abrons](mailto:adam@pivotallabs.com), [Lee Byrd](mailto:lee@pivotallabs.com), [Erik Hanson](mailto:erik@pivotallabs.com), [Carl Jackson](mailto:carl@pivotallabs.com), and many other Pivots.