Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
casperjs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
16e085cc
...
16e085cc2a0e470e14a751ac5ed03769d11df9df
authored
2013-07-19 16:25:45 +0200
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fixes #542 - erroneous option name for xunit output in docs
1 parent
90b5da8c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
docs/testing.rst
docs/testing.rst
View file @
16e085c
...
...
@@ -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:
...
...
Please
register
or
sign in
to post a comment