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
930f368c
...
930f368c314563e21e68a0a0294d1838f31cc4f2
authored
2012-01-19 10:57:03 +0100
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
bump 0.6.2
1 parent
daba0d13
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
6 deletions
CHANGELOG.md
bin/bootstrap.js
docs
package.json
CHANGELOG.md
View file @
930f368
CasperJS Changelog
==================
XXXX-XX-XX
, v0.6.2
2012-01-19
, v0.6.2
------------------
-
fixes #43 - Exit status not reported back to caller
-
closes #42 - Use file name of test script as 'classname' in JUnit XML report (@mpeltonen)
-
fixed
[
#41
](
https://github.com/n1k0/casperjs/issues/41
)
- injecting casperjs lib crashes
`cmd.exe`
on Windows 7
-
fixed
[
#42
](
https://github.com/n1k0/casperjs/issues/42
)
- Use file name of test script as 'classname' in JUnit XML report (@mpeltonen)
-
fixed
[
#43
](
https://github.com/n1k0/casperjs/issues/43
)
- Exit status not reported back to caller
-
suppressed colorized output syntax for windows; was making output hard to read
-
added patchy
`fs.isWindows()`
method
-
added
`--xunit=<filename>`
cli option to
`$ casperjs test`
command for saving xunit results, eg.:
$ casperjs test tests/suites --xunit=build-result.xml
...
...
bin/bootstrap.js
View file @
930f368
...
...
@@ -33,7 +33,7 @@ phantom.loadCasper = function() {
phantom
.
casperVersion
=
{
major
:
0
,
minor
:
6
,
patch
:
1
,
patch
:
2
,
ident
:
undefined
,
toString
:
function
()
{
var
version
=
[
this
.
major
,
this
.
minor
,
this
.
patch
].
join
(
'.'
);
...
...
docs
@
50c9d3f0
Subproject commit
ed87d428f75939358f6bdaefb6ae0516022b7536
Subproject commit
50c9d3f003479ee6b62249a5ad33fa3648e9daa9
...
...
package.json
View file @
930f368
{
"name"
:
"casperjs"
,
"description"
:
"Navigation scripting & testing utility for PhantomJS"
,
"version"
:
"0.6.
1
"
,
"version"
:
"0.6.
2
"
,
"keywords"
:
[
"phantomjs"
,
"javascript"
...
...
Please
register
or
sign in
to post a comment