Commit 6b76a896 6b76a896a12c8ef68944d1d47080bbbdf41d86c1 by Nicolas Perriault

markdown typo

1 parent c70de705
......@@ -7,6 +7,7 @@ XXXX-XX-XX, v0.6.2
- fixes #43 - Exit status not reported back to caller
- closes #42 - Use file name of test script as 'classname' in JUnit XML report (@mpeltonen)
- added `--xunit=<filename>` cli option to `$ casperjs test` command for saving xunit results, eg.:
$ casperjs test tests/suites --xunit=build-result.xml
......