jasmine/index.html

58 lines
2.0 KiB
HTML

---
layout: default
title: "Jasmine: Javascript Testing Framework"
---
<style type="text/css">
h2 { border-top: none; }
</style>
<pre>
describe("Jasmine", function() {
it("makes testing JavaScript awesome!", function() {
expect(yourCode).toBeLotsBetter();
});
});</pre>
<h2>Documentation</h2>
<ul>
<li><a href="user-guide.html">User Guide</a></li>
<li><a href="jsdoc/index.html">API Documentation</a></li>
<li><a href="release-notes.html">Release Notes</a></li>
<li><a href="http://github.com/pivotal/jasmine#README">Developer Guide</a></li>
</ul>
<h2>Download</h2>
<p>
<!-- START_DOWNLOADS -->
<table>
<tr><th></th><th>Version</th><th>Size</th><th>Date</th><th>SHA1</th></tr>
<td class="link"><a href='downloads/jasmine-standalone-0.11.1.zip'>jasmine-standalone-0.11.1.zip</a></td>
<td class="version">0.11.1</td>
<td class="size">18k</td>
<td class="date">2010/06/25 16:05:30 PDT</td>
<td class="sha">26998c7ca047e47f84c382a4efeb1dc5cb8661a6</td>
</table>
<!-- END_DOWNLOADS -->
</p>
<h4>Ruby integration: <a href="http://github.com/pivotal/jasmine-gem">[more info]</a></h4>
<pre>gem install jasmine</pre>
<p>You can also clone the project with <a href="http://git-scm.com">Git</a>
by running:
<pre>$ git clone git://github.com/pivotal/jasmine</pre>
</p>
<h2>Support</h2>
<p style="float: right">
<span class="small">Powered by &nbsp; <a href="http://pivotallabs.com/"><img src="images/pivotal_logo.gif" alt="Pivotal Labs" style="vertical-align: middle;"></a></span>
</p>
<p>
Discussion: <a href="http://groups.google.com/group/jasmine-js">http://groups.google.com/group/jasmine-js</a>
<br/>Group email: <a href="mailto:jasmine-js@googlegroups.com">jasmine-js@googlegroups.com</a>
<br/>Current build status of Jasmine is visible at <a href="http://ci.pivotallabs.com/">ci.pivotallabs.com</a>
<br/>Pivotal Tracker project: <a href="http://www.pivotaltracker.com/projects/10606">http://www.pivotaltracker.com/projects/10606</a>
<br/>Twitter: <a href="http://twitter.com/JasmineBDD">@JasmineBDD</a>
</p>