Commit Graph

38 Commits

Author SHA1 Message Date
Jarrod Overson
7fd976a2a1 Added JUnit xml output (via Kelvin Luck @vitch)
Passing console.log from browser to verbose grunt logging
Support for templates as separate node modules
Removed internal requirejs template (see grunt-template-jasmine-requirejs)
General refactor
2013-01-08 11:28:26 -08:00
Jarrod Overson
81d45689d0 Merge branch 'issue/11' of https://github.com/vitch/grunt-contrib-jasmine 2013-01-08 10:00:13 -08:00
Jarrod Overson
b881dfa40a Merge branch 'master' of https://github.com/gruntjs/grunt-contrib-jasmine
Conflicts:
	package.json
2013-01-08 09:57:55 -08:00
Kelvin Luck
679bb383aa Fix for the classname not appearing in the generated XML file... 2013-01-08 15:02:26 +00:00
Kelvin Luck
d224f2c687 Naming the generated JUnit files TEST-[name].xml as they were in the old version of the plugin for easier migration where Jenkins is searching for files named in that way. 2013-01-08 14:36:50 +00:00
Kelvin Luck
cacf4a82be Added some basic documentation for the new JUnit options 2013-01-08 13:19:36 +00:00
Kelvin Luck
d6796a57a4 Not dying when there is a suite with no specs - this seems to happen in the bundled requirejs example. 2013-01-08 13:19:02 +00:00
Kelvin Luck
0e5d54587d Fixing lint errors 2013-01-08 13:16:32 +00:00
Kelvin Luck
f19d07a209 Writing the suites out to separate xml files with the option to consolidate into one file per top level suite... 2013-01-08 13:09:05 +00:00
Kelvin Luck
ef8f191c46 Outputting additional information into the JUnit XML
Since it is available and seems to be desired by the JUnit spec [ http://stackoverflow.com/questions/4922867/junit-xml-format-specification-that-hudson-supports ]
2013-01-08 10:38:29 +00:00
Kelvin Luck
8e85e593bd Fixed a typo which prevented failure messages from appearing in output 2013-01-08 10:13:55 +00:00
Kelvin Luck
e8e95dbbca Test duration in JUnit is reported in seconds rather than miliseconds... 2013-01-08 10:09:55 +00:00
Kelvin Luck
28189d7f05 Generating an XML file from a template based on the run specs... 2013-01-07 23:04:44 +00:00
Kelvin Luck
a6fd38da1b Added the relevant code from the JUnitDataReporter into the PhantomReporter for use from within the Phantom environment 2013-01-07 22:59:19 +00:00
Kelvin Luck
0313861501 Built a JUnitDataReporter which outputs the data while is required to create a junit xml file.
It's easier to test in a browser so wrote the logic here first - will now copy across to the PhantomReporter for reuse by the plugin...
2013-01-07 21:34:04 +00:00
Kelvin Luck
f6ba8be382 Commenting out unused code.
The PhantomReporter never fires a writeFile event so I don't think this code could ever be triggered?
2013-01-07 17:12:37 +00:00
Jarrod Overson
54f2212485 updated deps 2012-12-13 09:08:18 -08:00
Jarrod Overson
00c02b6ecf updated deps 2012-12-13 08:51:25 -08:00
Tyler Kellen
9daaa18b69 update deps 2012-12-13 10:48:23 -06:00
Tyler Kellen
e8b8565d53 Update CHANGELOG
use list format for multiple changes
2012-12-04 13:34:44 -06:00
Jarrod Overson
f1ff456c73 generalized configuration for requirejs template, updated jasmine, added loader plugin closing #5, #6, #7 2012-12-03 00:33:32 -08:00
Jarrod Overson
843a391f50 updated test config 2012-11-28 15:24:45 -08:00
Tyler Kellen
e3e225cdb9 html5 templates 2012-11-28 10:52:22 -06:00
Jarrod Overson
e1fc9c1c07 updated for new grunt/grunt-contrib apis, updated docs, updated dependencies 2012-11-24 15:44:00 -08:00
Tyler Kellen
9b3bd27e7d remove expandFiles, grunt does it for us now 2012-11-19 15:55:53 -05:00
Tyler Kellen
8d1bd5cf87 use local grunt-cli for npm test 2012-11-19 15:55:33 -05:00
Jarrod Overson
0649427e83 updated documentation order, added link to example application 2012-11-08 16:57:30 -08:00
Jarrod Overson
6fa3714fae Fixed 404, updated travis config, reverted test command 2012-11-07 13:14:09 -08:00
Jarrod Overson
1a1af9aa73 removed debug flags from test 2012-11-07 11:24:06 -08:00
Jarrod Overson
e151a8725f merge 2012-11-07 11:24:04 -08:00
Jarrod Overson
f5ba79756c Updated travis config, fixed race condition with RequireJS template 2012-11-07 11:02:54 -08:00
Jarrod Overson
d44d81448b Fixed race condition with requirejs template 2012-11-07 10:56:19 -08:00
Jarrod Overson
047631fcf5 updated changelog, built docs 2012-11-07 09:29:03 -08:00
Jarrod Overson
05700df04e updated editorconfig and inlined option definitions 2012-11-07 09:19:26 -08:00
Jarrod Overson
a3eb0b4f5f Ported the entirety of grunt-jasmine-runner/grunt-jasmine-task to grunt-contrib-jasmine
with changes necessary to conform to contrib standards and grunt 0.4.0 best practices

Squashed 53 commits
2012-11-06 17:09:13 -08:00
Jarrod Overson
ce94d0d33a merge 2012-11-01 22:04:58 -07:00
Jarrod Overson
9a71d179ea initial commit 2012-11-01 22:03:09 -07:00
Jarrod Overson
79f312721b updated base readme for current task status 2012-11-01 21:24:49 -07:00