Wouter Groeneveld
c74aac7548
Merge pull request #21 from jdobson/master
...
Call RunNotifier's fireTestFinished() method for failed tests
8 years ago
James Dobson
968df29e77
Added a call to the RunNotifier's fireTestFinished() method after notifying it of a failed test.
8 years ago
Wouter Groeneveld
8d914f55bb
Merge pull request #18 from stbutler11/features/glob-files
...
Thank you! Allowing users to use wildcards for filenames
8 years ago
Stuart Butler
a951eb0c7d
Making sure that paths on Windows uses forward slashes
8 years ago
stbutler11
fbae33595b
Added in globbing for loading javascript files
8 years ago
Wouter Groeneveld
25be1aeb82
added MIT licence
9 years ago
Wouter Groeneveld
2321ce7e17
Merge pull request #13 from thein/master
...
update to jasmine-1.3.1
10 years ago
thein
d85d4b8398
update to jasmine-1.3.1
...
Signed-off-by: thein <torstenhein@gmx.de>
10 years ago
jefklak
277e44ca0a
Merge pull request #8 from mederel/master
...
Added sub dir feature for the HTML runner generation
10 years ago
edeweerd
e3d1c0b426
Added argument to handle subdir in the spec runner generation
10 years ago
jefklak
56fba96f71
Merge pull request #7 from blalor/repackage_for_jar
...
Repackage for JAR
10 years ago
Brian Lalor
c284748800
Merge branch 'master' of https://github.com/jefklak/jasmine-junit-runner into repackage_for_jar
10 years ago
jefklak
8f6edf07f9
Merge pull request #3 from benzonico/master
...
Failing test on french error message
10 years ago
jefklak
c0d0644af2
Merge pull request #6 from blalor/no_envjs
...
Add ability to run Jasmine without EnvJS
10 years ago
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.
10 years ago
Brian Lalor
e3e6dc55f8
remove execute bit from all files
10 years ago
Brian Lalor
1583ec50ce
Add ability to load JS files from classpath
...
This will allow better packaging of the resources needed to run the
tests.
10 years ago
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.
10 years ago
Brian Lalor
2be0c284e0
Rhino and maven-compiler-plugin version updates
10 years ago
Brian Lalor
3fef5237aa
Merge https://github.com/jansabbe/jasmine-junit-runner.git
...
Pulls in updates to more recent Rhino.
10 years ago
Brian Lalor
75b3fa9e92
Add ability to run Jasmine without EnvJS
10 years ago
unknown
76d106c95f
Best test than the quick and dirty "substring"
11 years ago
unknown
d261aad1fd
Test error message only on a substring as it can be translated in other languages than english and therefore fail
11 years ago
Wouter Groeneveld
748b3da785
fix for checkbox click event which now sets the checked state correctly.
11 years ago
Wouter Groeneveld
8bd88b62dd
Merge branch 'master' of ssh://github.com/jefklak/jasmine-junit-runner
11 years ago
Wouter Groeneveld
11b747ccec
form event fixture for envutils test
11 years ago
Wouter Groeneveld
7bd0e18f4f
envjs focus event fix, setinterval fix, cleartimeout/interval fix
11 years ago
jefklak
ed4e0bc98f
Merge pull request #2 from jescov/master
...
Some override hooks
12 years ago
Ola Bini
c20ee414f6
Add a few hooks to make it possible to extend functionality
12 years ago
Jan Sabbe
e85ac3fe1d
upgrade rhino to 1.7R3, delete es5-shim, use latest JS version
12 years ago
Wouter Groeneveld
280122cee3
fix toBeDisabled jQuery matcher
12 years ago
Wouter Groeneveld
c6a4265bba
Merge branch 'master', remote-tracking branch 'origin/master'
12 years ago
Wouter Groeneveld
0d84493b05
modified jquery include
12 years ago
Wouter Groeneveld
aa3de3f54f
updated readme
12 years ago
Wouter Groeneveld
1868b831d4
added jasmine jquery matchers, modified for envjs/rhino support
12 years ago
Wouter Groeneveld
d0a6f2b556
hack envjs element css style parsing
12 years ago
Wouter Groeneveld
dde8c0d89b
Merge branch 'master', remote-tracking branch 'origin/master'
12 years ago
Wouter Groeneveld
9aca411bbd
fix NPE when using the debugger
12 years ago
Wouter Groeneveld
2ce4f02f97
fixed Envjs 1.2 CSS2Properties value maps + rhino shortcuts in bin
12 years ago
Wouter Groeneveld
38514a392d
fix recursively building specs collection
12 years ago
Wouter Groeneveld
fcf2389df6
added preview screenshot in manual
12 years ago
Wouter Groeneveld
45d444e6bc
added preview screenshot in manual
12 years ago
Wouter Groeneveld
08e117cda8
Merge branch 'master', remote-tracking branch 'origin/master'
12 years ago
Wouter Groeneveld
695f0101c0
now builds test descriptions recursively
12 years ago
Wouter Groeneveld
45d32509ef
now builds test descriptions recursively
12 years ago
Wouter Groeneveld
7ea8dc7ce4
moved to other package name
12 years ago
Wouter Groeneveld
afa2f03c69
possibility to use @Before/After in superclasses
12 years ago
Wouter Groeneveld
e58acab9c8
let @Before/@After work for superclasses
12 years ago
Wouter Groeneveld
ad2f3595b9
added more readme stuff
12 years ago
Wouter Groeneveld
a2b897e869
added more readme stuff
12 years ago