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
c2294706
...
c22947067518731efb0c853c94b043adebb4afa2
authored
2012-01-18 11:40:13 +0100
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
added '--xunit=' cli option to run.js for saving xunit results
1 parent
56b1de63
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
tests/run.js
tests/run.js
View file @
c229470
...
...
@@ -30,7 +30,7 @@ if (casper.cli.args.length) {
}
casper
.
test
.
on
(
'tests.complete'
,
function
()
{
this
.
renderResults
(
true
);
this
.
renderResults
(
true
,
undefined
,
casper
.
cli
.
get
(
'xunit'
)
||
undefined
);
});
casper
.
test
.
runSuites
.
apply
(
casper
.
test
,
tests
);
...
...
Please
register
or
sign in
to post a comment