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
266ddf9e
...
266ddf9ebb8ca929ce6418383160a86f401a3906
authored
2012-02-02 09:57:39 +0100
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
updated documentation url
1 parent
6340c124
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
17 additions
and
17 deletions
CHANGELOG.md
README.md
bin/bootstrap.js
bin/usage.txt
docs
modules/casper.js
modules/cli.js
modules/clientutils.js
modules/colorizer.js
modules/injector.js
modules/mouse.js
modules/tester.js
modules/utils.js
modules/xunit.js
package.json
CHANGELOG.md
View file @
266ddf9
...
...
@@ -21,10 +21,10 @@ CasperJS Changelog
events as a fallback; some real world testing have surprinsingly proven the former being often
more efficient than the latter
-
fixed casperjs executable could not handle a
`PHANTOMJS_EXECUTABLE`
containing spaces
-
fixed casper could not be used without the executable
[
as documented
](
http://
n1k0.github.com/casperjs
/#faq-executable
)
-
fixed casper could not be used without the executable
[
as documented
](
http://
casperjs.org
/#faq-executable
)
-
fixed wrong
`debug`
log level on
`ClientUtils.click()`
error; set to
`error`
Please check the
[
updated documentation
](
http://
n1k0.github.com/casperjs
)
.
Please check the
[
updated documentation
](
http://
casperjs.org
)
.
2012-01-12, v0.6.0
------------------
...
...
@@ -42,7 +42,7 @@ Please check the [updated documentation](http://n1k0.github.com/casperjs).
-
added printing of source file path for any uncaught exception printed onto the console
-
added an emulation of stack trace printing (but PhantomJS will have to upgrade its javascript engine for it to be fully working though)
Please check the
[
updated documentation
](
http://
n1k0.github.com/casperjs
)
.
Please check the
[
updated documentation
](
http://
casperjs.org
)
.
---
...
...
README.md
View file @
266ddf9
...
...
@@ -17,6 +17,6 @@ high-level functions, methods & syntaxic sugar for doing common tasks such as:
Feel free to browse our
[
sample examples repository
](
https://github.com/n1k0/casperjs/tree/master/samples
)
.
Don't hesitate to pull request for any cool example of yours as well!
**Read the [full documentation](http://
n1k0.github.com/casperjs
/) on casperjs dedicated website.**
**Read the [full documentation](http://
casperjs.org
/) on casperjs dedicated website.**
Subscribe to the
[
project mailing-list
](
https://groups.google.com/forum/#!forum/casperjs
)
\ No newline at end of file
...
...
bin/bootstrap.js
View file @
266ddf9
/*!
* Casper is a navigation utility for PhantomJS.
*
* Documentation: http://
n1k0.github.com/casperjs
/
* Documentation: http://
casperjs.org
/
* Repository: http://github.com/n1k0/casperjs
*
* Copyright (c) 2011-2012 Nicolas Perriault
...
...
bin/usage.txt
View file @
266ddf9
...
...
@@ -17,4 +17,4 @@ Options:
--script-encoding Sets the encoding used for the starting script (default is 'utf8')
--version Prints out CasperJS version
Read the docs http://n1k0.github.com/casperjs/
\ No newline at end of file
Read the docs http://casperjs.org/
\ No newline at end of file
...
...
docs
@
4792cc96
Subproject commit
2029165d028c53aa9223e75d2505dd3b8a9002a9
Subproject commit
4792cc961bae909cd0f3417bae2584845f898612
...
...
modules/casper.js
View file @
266ddf9
/*!
* Casper is a navigation utility for PhantomJS.
*
* Documentation: http://
n1k0.github.com/casperjs
/
* Documentation: http://
casperjs.org
/
* Repository: http://github.com/n1k0/casperjs
*
* Copyright (c) 2011-2012 Nicolas Perriault
...
...
modules/cli.js
View file @
266ddf9
/*!
* Casper is a navigation utility for PhantomJS.
*
* Documentation: http://
n1k0.github.com/casperjs
/
* Documentation: http://
casperjs.org
/
* Repository: http://github.com/n1k0/casperjs
*
* Copyright (c) 2011-2012 Nicolas Perriault
...
...
modules/clientutils.js
View file @
266ddf9
/*!
* Casper is a navigation utility for PhantomJS.
*
* Documentation: http://
n1k0.github.com/casperjs
/
* Documentation: http://
casperjs.org
/
* Repository: http://github.com/n1k0/casperjs
*
* Copyright (c) 2011-2012 Nicolas Perriault
...
...
modules/colorizer.js
View file @
266ddf9
/*!
* Casper is a navigation utility for PhantomJS.
*
* Documentation: http://
n1k0.github.com/casperjs
/
* Documentation: http://
casperjs.org
/
* Repository: http://github.com/n1k0/casperjs
*
* Copyright (c) 2011-2012 Nicolas Perriault
...
...
modules/injector.js
View file @
266ddf9
/*!
* Casper is a navigation utility for PhantomJS.
*
* Documentation: http://
n1k0.github.com/casperjs
/
* Documentation: http://
casperjs.org
/
* Repository: http://github.com/n1k0/casperjs
*
* Copyright (c) 2011-2012 Nicolas Perriault
...
...
modules/mouse.js
View file @
266ddf9
/*!
* Casper is a navigation utility for PhantomJS.
*
* Documentation: http://
n1k0.github.com/casperjs
/
* Documentation: http://
casperjs.org
/
* Repository: http://github.com/n1k0/casperjs
*
* Copyright (c) 2011-2012 Nicolas Perriault
...
...
modules/tester.js
View file @
266ddf9
/*!
* Casper is a navigation utility for PhantomJS.
*
* Documentation: http://
n1k0.github.com/casperjs
/
* Documentation: http://
casperjs.org
/
* Repository: http://github.com/n1k0/casperjs
*
* Copyright (c) 2011-2012 Nicolas Perriault
...
...
modules/utils.js
View file @
266ddf9
/*!
* Casper is a navigation utility for PhantomJS.
*
* Documentation: http://
n1k0.github.com/casperjs
/
* Documentation: http://
casperjs.org
/
* Repository: http://github.com/n1k0/casperjs
*
* Copyright (c) 2011-2012 Nicolas Perriault
...
...
modules/xunit.js
View file @
266ddf9
/*!
* Casper is a navigation utility for PhantomJS.
*
* Documentation: http://
n1k0.github.com/casperjs
/
* Documentation: http://
casperjs.org
/
* Repository: http://github.com/n1k0/casperjs
*
* Copyright (c) 2011-2012 Nicolas Perriault
...
...
package.json
View file @
266ddf9
...
...
@@ -31,5 +31,5 @@
"url"
:
"http://www.opensource.org/licenses/mit-license.php"
}
],
"homepage"
:
"http://
n1k0.github.com/casperjs
"
"homepage"
:
"http://
casperjs.org
"
}
...
...
Please
register
or
sign in
to post a comment