-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (37 loc) · 1.31 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
title: buster-cljs | An awesome platform for Clojurescript testing
layout: default
---
<div class='headline'>
<div class='logo'>
<h1>buster-cljs</h1>
</div>
<!-- <div class='clear' style=''></div> -->
<div class="subtitle">
Crossbrowser/Crossplatform Clojurescript testing
</div>
<a class='btn btn-primary btn-large' href='{{site.baseurl}}/articles/getting_started.html'>Get Started! »</a>
<a class='btn btn-large' href='{{site.baseurl}}/articles/travis_ci.html'>Setup Travis CI »</a>
<!-- <a class="btn btn-large" href="{{site.baseurl}}/articles/guides.html">Read doc guides »</a> -->
<!--
<a class='btn btn-large' href=''>Join the Mailing List »</a>
-->
<a class='btn btn-large' href='https://github.com/BirdseyeSoftware/buster-cljs'>Contribute »</a>
</div>
<div class='row-fluid'>
<div class='span4'>
<h2>Crossplatform</h2>
<p>Write a single <em>test suite</em> and run it in both Clojure
and Clojurescript.</p>
</div>
<div class='span4'>
<h2>Crossbrowser</h2>
<p>buster.js autoruns your test suite in node.js and slaved browsers
(desktop, mobile, phantom.js, etc.).</p>
</div>
<div class='span4'>
<h2>Clojure.test Compatible</h2>
<p>The surface-level API is the same as clojure.test. The JVM
version simply wraps clojure.test.</p>
</div>
</div>