| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,10 @@ | |||
| 1 | + # Casper JS Tests | ||
| 2 | + *Headless functional tests using [Casper JS](http://casperjs.org/testing.html)* | ||
| 3 | + | ||
| 4 | + To run all tests | ||
| 5 | + ``grunt integration:tests`` | ||
| 6 | + | ||
| 7 | + To run individual specs | ||
| 8 | + ``grunt casper:discussion`` | ||
| 9 | + | ||
| 10 | + If you add a new test file, add a corresponding grunt task for it under `casper` in `Gruntfile.js` | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments