fixes #542 - erroneous option name for xunit output in docs
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment