Commit Graph

42 Commits (master)

Author SHA1 Message Date
Jared Deckard a3fd4866ce Custom temp directory (#240)
8 years ago
XhmikosR f32a7bc3ad Minor lint tweaks.
9 years ago
XhmikosR f5ac86edf2 Assorted lint fixes.
10 years ago
Jarrod Overson bf27b3e831 moved jshint task to `test` and fixed lint errors
10 years ago
Scott Davis acca918ce5 Fixes circular reference bug phantom reporter caused by jasmine 2.0.1
10 years ago
Vlad Filippov 5d036af878 Merge pull request #134 from Wildhoney/add_cdata_to_junit
10 years ago
Michael Lennartz bbe22a5c74 Squashed commit of the following:
10 years ago
Scott Davis 2e735b34e0 Added jasmine favicon to default html runner template.
11 years ago
Adam Timberlake 45a96782ad Wrapped Failure Message in CDATA
11 years ago
Rhys Evans 20aebec1fd Moved scripts inside the body tag
11 years ago
Jarrod Overson f4d50bad42 removed more unnecessary code in reporter
11 years ago
Jarrod Overson 8c111a15ae added watch dep, removed console logging for performance in browser
11 years ago
Jarrod Overson dfa9182e20 updated logging and junit output for jasmine 2.0.0
11 years ago
Jarrod Overson 27512c9dc6 making client logs more visible
11 years ago
Sheel Choksi and Tim Jarratt cbb57ff310 Update phantom reporter to use Jasmine 2.x reporter interface
11 years ago
Travis Jeffery a78d1cd558 Add jasmine v2.0.0-rc3
11 years ago
Jarrod Overson 63ccee9ef9 Merge pull request #77 from existentialism/junit-failure-output
11 years ago
Boris Staal b704304691 PhantomReporter made not to break IE. Closes GH-71.
11 years ago
Brian Ng 0c26688e6f Slight refactor
11 years ago
Brian Ng e89b839357 Fixed missing junit failure output (#76)
11 years ago
Jarrod Overson ce4a167521 Added phantom polyfill, closes #63
11 years ago
Jarrod Overson 1d71a9be02 Merge branch 'forEach-ie-fix' of git://github.com/pimterry/grunt-contrib-jasmine into pimterry-forEach-ie-fix
11 years ago
Pete Hopkins 69288dc2b8 Intercepts jasmine.Spec to stringify it as "[ Spec ]" instead of JSON.
11 years ago
Tim Perry 9a773a188a Added explicit map implementation too, for further IE compatibility
12 years ago
Tim Perry f22ec9c178 Whoops, stripped leftover semi-colon that makes jshint unhappy
12 years ago
pimterry 33ff4ff10e Switched forEach out to for(var; < length; ++) to allow compatibility with other browsers
12 years ago
Felix Kling 8fc713fb13 Fixes cirular references detection in PhantomReporter.js.
12 years ago
NeverI d404617cf9 Reformatted console output + dotted visualization on runtime
12 years ago
Jarrod Overson 3eeb595ff6 exposing sendMessage and phantom to templates
12 years ago
Jarrod Overson 7fd976a2a1 Added JUnit xml output (via Kelvin Luck @vitch)
12 years ago
Kelvin Luck 679bb383aa Fix for the classname not appearing in the generated XML file...
12 years ago
Kelvin Luck d6796a57a4 Not dying when there is a suite with no specs - this seems to happen in the bundled requirejs example.
12 years ago
Kelvin Luck f19d07a209 Writing the suites out to separate xml files with the option to consolidate into one file per top level suite...
12 years ago
Kelvin Luck ef8f191c46 Outputting additional information into the JUnit XML
12 years ago
Kelvin Luck 8e85e593bd Fixed a typo which prevented failure messages from appearing in output
12 years ago
Kelvin Luck e8e95dbbca Test duration in JUnit is reported in seconds rather than miliseconds...
12 years ago
Kelvin Luck 28189d7f05 Generating an XML file from a template based on the run specs...
12 years ago
Kelvin Luck a6fd38da1b Added the relevant code from the JUnitDataReporter into the PhantomReporter for use from within the Phantom environment
12 years ago
Kelvin Luck 0313861501 Built a JUnitDataReporter which outputs the data while is required to create a junit xml file.
12 years ago
Jarrod Overson f1ff456c73 generalized configuration for requirejs template, updated jasmine, added loader plugin closing #5, #6, #7
12 years ago
Tyler Kellen e3e225cdb9 html5 templates
12 years ago
Jarrod Overson d44d81448b Fixed race condition with requirejs template
12 years ago