Commit 16e085cc 16e085cc2a0e470e14a751ac5ed03769d11df9df by Nicolas Perriault

fixes #542 - erroneous option name for xunit output in docs

1 parent 90b5da8c
...@@ -195,7 +195,7 @@ CasperJS can export the results of the test suite to an XUnit XML file, which is ...@@ -195,7 +195,7 @@ CasperJS can export the results of the test suite to an XUnit XML file, which is
195 195
196 .. code-block:: text 196 .. code-block:: text
197 197
198 $ casperjs test googletesting.js --save=log.xml 198 $ casperjs test googletesting.js --xunit=log.xml
199 199
200 You should get a pretty XUnit XML report like this: 200 You should get a pretty XUnit XML report like this:
201 201
......