Commit Graph

21 Commits

Author SHA1 Message Date
James Dobson 968df29e77 Added a call to the RunNotifier's fireTestFinished() method after notifying it of a failed test. 2015-03-30 16:59:55 +01:00
Stuart Butler a951eb0c7d Making sure that paths on Windows uses forward slashes 2014-12-11 09:27:21 +00:00
stbutler11 fbae33595b Added in globbing for loading javascript files 2014-12-09 17:31:56 +00:00
thein d85d4b8398 update to jasmine-1.3.1
Signed-off-by: thein <torstenhein@gmx.de>
2013-09-08 13:17:17 +02:00
edeweerd e3d1c0b426 Added argument to handle subdir in the spec runner generation 2013-01-15 08:00:47 +01:00
Brian Lalor c284748800 Merge branch 'master' of https://github.com/jefklak/jasmine-junit-runner into repackage_for_jar 2012-11-23 21:44:05 -05:00
Brian Lalor 2b639d921d Refactor to package JS resources in jar
Instead of requiring each project to have their own copy of the
supporting JavaScript and HTML resources (like jasmine.js), package
them into this project's JAR and load the resources from the
classpath.
2012-11-23 08:33:56 -05:00
Brian Lalor e3e6dc55f8 remove execute bit from all files 2012-11-23 08:33:55 -05:00
Brian Lalor 1583ec50ce Add ability to load JS files from classpath
This will allow better packaging of the resources needed to run the
tests.
2012-11-23 08:33:55 -05:00
Brian Lalor 3fef5237aa Merge https://github.com/jansabbe/jasmine-junit-runner.git
Pulls in updates to more recent Rhino.
2012-11-23 08:33:42 -05:00
Brian Lalor 75b3fa9e92 Add ability to run Jasmine without EnvJS 2012-11-23 08:26:15 -05:00
Ola Bini c20ee414f6 Add a few hooks to make it possible to extend functionality 2011-11-08 13:35:22 -06:00
Jan Sabbe e85ac3fe1d upgrade rhino to 1.7R3, delete es5-shim, use latest JS version 2011-08-26 20:54:55 +02:00
Wouter Groeneveld 9aca411bbd fix NPE when using the debugger 2011-06-28 14:12:29 +02:00
Wouter Groeneveld 2ce4f02f97 fixed Envjs 1.2 CSS2Properties value maps + rhino shortcuts in bin 2011-06-28 12:11:30 +02:00
Wouter Groeneveld 38514a392d fix recursively building specs collection 2011-06-28 09:05:41 +02:00
Wouter Groeneveld 45d32509ef now builds test descriptions recursively 2011-06-27 10:05:01 +02:00
Wouter Groeneveld 7ea8dc7ce4 moved to other package name 2011-06-26 22:10:10 +02:00
Wouter Groeneveld afa2f03c69 possibility to use @Before/After in superclasses 2011-06-26 22:05:07 +02:00
Wouter Groeneveld e58acab9c8 let @Before/@After work for superclasses 2011-06-26 21:44:55 +02:00
Wouter Groeneveld 582cbe4ce3 initial checkin 2011-06-24 21:11:58 +02:00