stuff
This commit is contained in:
parent
09e1d82205
commit
39bf60c9b1
2
.gitignore
vendored
2
.gitignore
vendored
@ -3,4 +3,4 @@ Gemfile.lock
|
||||
_site/
|
||||
coverage/
|
||||
tmp/
|
||||
|
||||
pkg/
|
||||
|
17
index.md
17
index.md
@ -5,9 +5,22 @@ layout: default
|
||||
# Flowerbox
|
||||
## A multi-environment, multi-runner JavaScript testing framework framework.
|
||||
|
||||
## Getting started
|
||||
## Super-fast unit testing getting started
|
||||
|
||||
{% highlight sh %}
|
||||
gem install flowerbox
|
||||
|
||||
flowerbox plant jasmine
|
||||
flowerbox spec/javascripts
|
||||
{% endhighlight %}
|
||||
|
||||
## ...and what about integration testing?
|
||||
|
||||
{% highlight sh %}
|
||||
flowerbox plant cucumber
|
||||
flowerbox js-features
|
||||
{% end %}
|
||||
|
||||
## Flowerbox! ...wha?
|
||||
|
||||
So I (John) have been in this JavaScript testing game for a while, and, after about
|
||||
three years of the stuff, decided to finally take all the knowledge I had o
|
||||
|
Loading…
Reference in New Issue
Block a user