Commit Graph

182 Commits

Author SHA1 Message Date
Jarrod Overson
f4d50bad42 removed more unnecessary code in reporter 2014-01-29 08:33:47 -08:00
Jarrod Overson
8c111a15ae added watch dep, removed console logging for performance in browser 2014-01-28 17:15:55 -08:00
Jarrod Overson
dfa9182e20 updated logging and junit output for jasmine 2.0.0 2014-01-28 17:12:51 -08:00
Jarrod Overson
12854458f2 updated jasmine to 2.0.0 final 2014-01-28 17:12:07 -08:00
Vlad Filippov
c7b89e3883 Merge pull request #106 from cgross/master
Enhanced output. Fixes #87 and fixes #104.
2014-01-27 11:21:25 -08:00
Chris Gross
b74dcac449 Enhanced output. Fixes #87 and fixes #104. 2014-01-27 12:51:53 -05:00
Sindre Sorhus
82d37dffe9 Merge pull request #104 from radkodinev/colorized-output-with-chalk
Use chalk module to colorize terminal output
2014-01-27 09:13:55 -08:00
Radko Dinev
e94e191d17 Use chalk module to colorize terminal output 2014-01-07 15:01:47 +02:00
Jarrod Overson
7d30a38661 Merge pull request #99 from dubspeed/master
PhantomReporter: Testing for Node instance fails when Node is a SocketIO...
2013-12-17 08:21:30 -08:00
Michael
c74744e9ce PhantomReporter: Testing for Node instance fails when Node is a SocketIO Object
In recent V8 builds Nodeis defined as a SocketIO object, instanceof on it in line 123 causes a TypeError exception.
2013-12-17 12:05:53 +01:00
Kyle Robinson Young
965da97732 Explicitly set files to publish to npm. Ref gruntjs/gruntjs.com#65 2013-12-15 10:16:49 -08:00
Jarrod Overson
27512c9dc6 making client logs more visible 2013-11-20 16:50:53 -08:00
Jarrod Overson
17190d25c1 updating tests for 2.0 2013-11-20 16:46:27 -08:00
August Toman-Yih and Sheel Choksi
2762631aea Bump to Jasmine 2.0.0-rc5 2013-10-30 11:00:50 -07:00
Sheel Choksi and Tim Jarratt
cbb57ff310 Update phantom reporter to use Jasmine 2.x reporter interface
Includes support for pending specs
2013-10-30 09:46:44 -07:00
Travis Jeffery
a78d1cd558 Add jasmine v2.0.0-rc3 2013-10-25 00:19:28 -05:00
Kyle Robinson Young
51a8db2b23 Remove Gruntfile.js as main in package.json 2013-09-14 12:43:16 -07:00
Jarrod Overson
ab8b22d13d Merge pull request #83 from jakerella/master
Removed unused 'phantomjs' options object from task
2013-09-10 09:51:22 -07:00
jakerella
9af3f8abd9 Removed unused 'phantomjs' options object from task per issue #82 in main repo. 2013-09-10 11:09:33 -05:00
Jarrod Overson
dfe8f05d42 0.5.2 2013-09-02 11:05:38 -07:00
Jarrod Overson
f7470fb44d updated documentation 2013-09-02 11:05:30 -07:00
Jarrod Overson
878475a23b updated documentation 2013-09-02 11:03:05 -07:00
Jarrod Overson
dda77661fd Merge branch 'filter' of https://github.com/stilva/grunt-contrib-jasmine into stilva-filter
* 'filter' of https://github.com/stilva/grunt-contrib-jasmine:
  Added a filter flag, to filter through the *Spec files
2013-09-02 11:00:08 -07:00
Jarrod Overson
c8241cd172 Merge branch 'master' of https://github.com/HBehrens/grunt-contrib-jasmine into HBehrens-master
* 'master' of https://github.com/HBehrens/grunt-contrib-jasmine:
  use fixed version of grunt-lib-phantomjs to update https://github.com/gruntjs/grunt-contrib-jasmine/pull/44
  test to verify hanging on failed load of iframe

Conflicts:
	package.json
2013-09-02 10:58:08 -07:00
Jarrod Overson
63ccee9ef9 Merge pull request #77 from existentialism/junit-failure-output
Fixed missing junit failure output (#76)
2013-09-02 10:23:03 -07:00
Jarrod Overson
5cfc8847b5 Merge pull request #78 from ChrisWren/patch-1
Fixed link to Camille Reynder's site
2013-09-02 10:21:42 -07:00
Chris Wren
5bc3d5f863 Fixed link to Camille Reynder's site 2013-08-12 11:56:12 -07:00
Kyle Robinson Young
20746e871f Update jshint and devDeps 2013-08-12 10:18:03 -07:00
Kyle Robinson Young
85ce0e9da5 Update copyright to 2013 2013-08-12 10:16:29 -07:00
Boris Staal
b704304691 PhantomReporter made not to break IE. Closes GH-71. 2013-08-12 10:10:40 -07:00
Brian Ng
0c26688e6f Slight refactor 2013-07-30 22:53:55 -05:00
Brian Ng
e89b839357 Fixed missing junit failure output (#76) 2013-07-30 19:46:45 -05:00
Thomas.A
c565e35142 Added a filter flag, to filter through the *Spec files
This allows to filter through the *Spec.js files, without modifying Gruntfile.js
2013-06-19 13:26:34 +10:00
Jarrod Overson
468c93729d 0.5.1 2013-06-18 10:25:06 -07:00
Jarrod Overson
345201e598 updated changelog 2013-06-18 10:24:52 -07:00
Ian Mays
44da8e7089 ensure async grunt method is called regardless of success status or keepRunner flag - bugfix keep alive on test failure 2013-06-18 11:17:24 +01:00
Jarrod Overson
e1a9f249b4 updated changelog 2013-06-15 12:25:30 -07:00
Jarrod Overson
d47f17007c Merge branch 'master' of https://github.com/gruntjs/grunt-contrib-jasmine 2013-06-15 12:19:46 -07:00
Jarrod Overson
95a16b29c7 0.5.0 2013-06-15 12:16:10 -07:00
Jarrod Overson
f7b112deb2 added .idea to .npmignore, closes #41 2013-06-15 12:10:44 -07:00
Jarrod Overson
ecfc9d7eee fixed trailing spaces for markdown 2013-06-15 12:09:22 -07:00
Jarrod Overson
e157b822bf failing task on unspecified phantom error, closes #64 2013-06-15 12:08:34 -07:00
Jarrod Overson
e622be01c6 async teardown and .grunt removal, closes #58 2013-06-15 11:51:28 -07:00
Jarrod Overson
3bde360e05 allowing options to be passed to getRelativeFileList 2013-06-15 11:15:01 -07:00
Jarrod Overson
ce4a167521 Added phantom polyfill, closes #63 2013-06-15 10:36:54 -07:00
Jarrod Overson
1d71a9be02 Merge branch 'forEach-ie-fix' of git://github.com/pimterry/grunt-contrib-jasmine into pimterry-forEach-ie-fix
* 'forEach-ie-fix' of git://github.com/pimterry/grunt-contrib-jasmine:
  Added explicit map implementation too, for further IE compatibility
  Whoops, stripped leftover semi-colon that makes jshint unhappy
  Switched forEach out to for(var; < length; ++) to allow compatibility with other browsers
2013-06-15 10:33:02 -07:00
Jarrod Overson
72c60666a7 added test for deep outfile 2013-06-15 10:18:17 -07:00
Duncan Beevers
3615419e90 Make relative paths relative to outfile 2013-06-15 10:18:17 -07:00
Pete Hopkins
69288dc2b8 Intercepts jasmine.Spec to stringify it as "[ Spec ]" instead of JSON.
This is required for using jasmine-given with the reporter, as that library
sets expectations on jasmine.Specs themselves. When the Spec is stringified
as JSON, it ends up stringifying the entire Jasmine environment, including
previous ExpectationResults. Since those previous ExpectationResults have had
their "expected" values stringified, they may include stringified Specs
themselves. This leds to exponential growth in the size of stringified Specs.

Special-casing jasmine.Spec prevents the exponential growth by short-circuting
the value to a small, still-useful String.
2013-06-15 10:18:16 -07:00
scheibinger
f8aed8dbf1 fixed misleading comments 2013-06-15 10:18:16 -07:00