Commit 6b76a896 6b76a896a12c8ef68944d1d47080bbbdf41d86c1 by Nicolas Perriault

markdown typo

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