Commit Graph

55 Commits

Author SHA1 Message Date
Wouter Groeneveld c74aac7548 Merge pull request #21 from jdobson/master
Call RunNotifier's fireTestFinished() method for failed tests
2015-05-21 11:08:52 +02:00
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
Wouter Groeneveld 8d914f55bb Merge pull request #18 from stbutler11/features/glob-files
Thank you! Allowing users to use wildcards for filenames
2015-01-27 12:16:59 +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
Wouter Groeneveld 25be1aeb82 added MIT licence 2014-08-01 13:35:45 +02:00
Wouter Groeneveld 2321ce7e17 Merge pull request #13 from thein/master
update to jasmine-1.3.1
2013-10-10 00:14:39 -07:00
thein d85d4b8398 update to jasmine-1.3.1
Signed-off-by: thein <torstenhein@gmx.de>
2013-09-08 13:17:17 +02:00
jefklak 277e44ca0a Merge pull request #8 from mederel/master
Added sub dir feature for the HTML runner generation
2013-01-15 00:39:55 -08:00
edeweerd e3d1c0b426 Added argument to handle subdir in the spec runner generation 2013-01-15 08:00:47 +01:00
jefklak 56fba96f71 Merge pull request #7 from blalor/repackage_for_jar
Repackage for JAR
2012-11-24 06:36:02 -08: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
jefklak c0d0644af2 Merge pull request #6 from blalor/no_envjs
Add ability to run Jasmine without EnvJS
2012-11-23 10:47:54 -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 7b8d034d48 Fix for Rhino usage warning
Warning was
    RHINO USAGE WARNING: Missed Context.javaToJS() conversion
from
    threadTimeoutPool[threadId].interrupt()

I'm assuming this came about from the switch to Rhino 1.7something,
but I'm not positive.
2012-11-23 08:33:55 -05:00
Brian Lalor 2be0c284e0 Rhino and maven-compiler-plugin version updates 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
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 748b3da785 fix for checkbox click event which now sets the checked state correctly. 2012-03-20 20:28:06 +01:00
Wouter Groeneveld 8bd88b62dd Merge branch 'master' of ssh://github.com/jefklak/jasmine-junit-runner 2011-12-20 22:16:09 +01:00
Wouter Groeneveld 11b747ccec form event fixture for envutils test 2011-12-20 22:00:38 +01:00
Wouter Groeneveld 7bd0e18f4f envjs focus event fix, setinterval fix, cleartimeout/interval fix 2011-12-20 21:59:22 +01:00
jefklak ed4e0bc98f Merge pull request #2 from jescov/master
Some override hooks
2011-11-09 07:11:37 -08: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 280122cee3 fix toBeDisabled jQuery matcher 2011-08-03 11:20:25 +02:00
Wouter Groeneveld c6a4265bba Merge branch 'master', remote-tracking branch 'origin/master' 2011-06-29 18:51:03 +02:00
Wouter Groeneveld 0d84493b05 modified jquery include 2011-06-29 10:52:22 +02:00
Wouter Groeneveld aa3de3f54f updated readme 2011-06-29 10:44:42 +02:00
Wouter Groeneveld 1868b831d4 added jasmine jquery matchers, modified for envjs/rhino support 2011-06-29 10:38:04 +02:00
Wouter Groeneveld d0a6f2b556 hack envjs element css style parsing 2011-06-29 10:24:32 +02:00
Wouter Groeneveld dde8c0d89b Merge branch 'master', remote-tracking branch 'origin/master' 2011-06-28 22:02:38 +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 fcf2389df6 added preview screenshot in manual 2011-06-28 08:52:48 +02:00
Wouter Groeneveld 45d444e6bc added preview screenshot in manual 2011-06-28 08:51:11 +02:00
Wouter Groeneveld 08e117cda8 Merge branch 'master', remote-tracking branch 'origin/master' 2011-06-27 19:30:37 +02:00
Wouter Groeneveld 695f0101c0 now builds test descriptions recursively 2011-06-27 10:06:00 +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 ad2f3595b9 added more readme stuff 2011-06-25 13:23:41 +02:00
Wouter Groeneveld a2b897e869 added more readme stuff 2011-06-25 13:22:55 +02:00