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
06d6dc2f
...
06d6dc2f51731e8d4746ba1d4b869e103f249256
authored
2014-04-18 10:42:43 +0200
by
Mickaël Andrieu
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge pull request #891 from r8k/master
update test.success event
2 parents
9c04128e
332e6383
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
docs/modules/tester.rst
docs/modules/tester.rst
View file @
06d6dc2
...
...
@@ -836,7 +836,7 @@ That will give something like this::
var successes = [];
casper.test.on("
pa
ss", function(success) {
casper.test.on("
succe
ss", function(success) {
successes.push(success);
});
...
...
Please
register
or
sign in
to post a comment