Scott Davis
2e735b34e0
Added jasmine favicon to default html runner template.
...
This will allow this project to be used with the [jasmine-favicon-reporter](https://github.com/simsalabim/jasmine-favicon-reporter ) project as well as make the spec runner look a bit nicer.
2014-04-11 14:55:18 -06:00
Rhys Evans
20aebec1fd
Moved scripts inside the body tag
...
Putting scripts as the last item before the closing body tag is these days probably the most common approach to loading scripts in a page, so the jasmine template should arguably follow this convention.
Also this means setup scripts within my src that assume body is present and which run before any specs do will not throw an error
2014-02-13 10:29:35 +00:00
Jarrod Overson
dfa9182e20
updated logging and junit output for jasmine 2.0.0
2014-01-28 17:12:51 -08:00
Travis Jeffery
a78d1cd558
Add jasmine v2.0.0-rc3
2013-10-25 00:19:28 -05:00
Jarrod Overson
ce4a167521
Added phantom polyfill, closes #63
2013-06-15 10:36:54 -07:00
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
Kelvin Luck
679bb383aa
Fix for the classname not appearing in the generated XML file...
2013-01-08 15:02:26 +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
28189d7f05
Generating an XML file from a template based on the run specs...
2013-01-07 23:04:44 +00: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
Tyler Kellen
e3e225cdb9
html5 templates
2012-11-28 10:52:22 -06:00
Jarrod Overson
d44d81448b
Fixed race condition with requirejs template
2012-11-07 10:56:19 -08:00