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
.. code-block:: text
$ casperjs test googletesting.js --save=log.xml
$ casperjs test googletesting.js --xunit=log.xml
You should get a pretty XUnit XML report like this:
......