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
09904ac9
...
09904ac91c813dc728f23be411b03922f2c9c577
authored
2013-12-03 00:47:18 +0500
by
Mikhail Korobov
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
testing docs: fix notes about storing test failures
1 parent
4fefbaa0
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 @
09904ac
...
...
@@ -785,7 +785,7 @@ That will give something like this:
.. note::
In CasperJS 1.1, you can store test
successes by recording them listening to the tester ``pass
`` event::
In CasperJS 1.1, you can store test
failures by recording them listening to the tester ``fail
`` event::
var failures = [];
...
...
Please
register
or
sign in
to post a comment