flowerbox/index.md

27 lines
667 B
Markdown
Raw Normal View History

2012-03-20 21:27:43 +00:00
---
2012-03-23 02:00:23 +00:00
title: Flowerbox -- a multi-environment, multi-runner JavaScript testing framework framework.
2012-03-20 21:27:43 +00:00
layout: default
---
2012-03-23 02:00:23 +00:00
# Flowerbox
## A multi-environment, multi-runner JavaScript testing framework framework.
2012-03-20 21:27:43 +00:00
2012-03-23 14:00:44 +00:00
## Super-fast unit testing getting started
2012-03-20 21:27:43 +00:00
2012-03-23 02:00:23 +00:00
{% highlight sh %}
gem install flowerbox
2012-03-23 14:00:44 +00:00
flowerbox plant jasmine
flowerbox spec/javascripts
2012-03-23 02:00:23 +00:00
{% endhighlight %}
2012-03-23 14:00:44 +00:00
## ...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