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
98021323
...
980213231ef02abbcda67be41a31799342e4a8a5
authored
2014-04-23 16:54:43 +0200
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
refs #891 - fixed docs for tester events
1 parent
ba6aa306
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
docs/modules/tester.rst
docs/modules/tester.rst
View file @
9802132
...
...
@@ -785,7 +785,7 @@ That will give something like this:
.. note::
In CasperJS 1.1, you can
store test failures by recording them
listening to the tester ``fail`` event::
In CasperJS 1.1, you can
recorded test failures by
listening to the tester ``fail`` event::
var failures = [];
...
...
@@ -832,7 +832,7 @@ That will give something like this::
.. note::
In CasperJS 1.1, you can
store test successes by recording them listening to the tester ``pa
ss`` event::
In CasperJS 1.1, you can
recorded test successes by listening to the tester ``succe
ss`` event::
var successes = [];
...
...
Please
register
or
sign in
to post a comment