Commit Graph

20 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
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
jefklak 8f6edf07f9 Merge pull request #3 from benzonico/master
Failing test on french error message
2012-11-23 10:49:39 -08: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 75b3fa9e92 Add ability to run Jasmine without EnvJS 2012-11-23 08:26:15 -05:00
unknown 76d106c95f Best test than the quick and dirty "substring" 2012-03-29 10:37:00 +02:00
unknown d261aad1fd Test error message only on a substring as it can be translated in other languages than english and therefore fail 2012-03-29 09:10:14 +02:00
Wouter Groeneveld 1868b831d4 added jasmine jquery matchers, modified for envjs/rhino support 2011-06-29 10:38:04 +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 695f0101c0 now builds test descriptions recursively 2011-06-27 10:06:00 +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