John Bintz
|
065cb6a985
|
better support for pulling in vendored helpers
|
2011-10-17 10:34:11 -04:00 |
|
John Bintz
|
2aabba2cd7
|
vendored helpers support, take a look at jasmine-spec-extras
|
2011-10-17 10:07:24 -04:00 |
|
John Bintz
|
0be7b9e20c
|
start work on writing out report files usable by other things
|
2011-10-10 14:11:13 -04:00 |
|
John Bintz
|
243fe526ac
|
rip out the big js parser and put in a tiny one to guess spec line numbers on failures
|
2011-09-12 15:12:58 -04:00 |
|
John Bintz
|
dc134dcf24
|
fix the determination of spec files for line number analysis
|
2011-09-09 11:49:17 -04:00 |
|
John Bintz
|
7bd6894397
|
also add beautify-html.js
|
2011-09-08 13:59:28 -04:00 |
|
John Bintz
|
d8023afaee
|
hack up a copy of jsDump and improve console reporting
|
2011-09-08 11:48:33 -04:00 |
|
John Bintz
|
b21573b1dc
|
fix a bug and give a message when the cache is building
|
2011-09-02 11:31:58 -04:00 |
|
John Bintz
|
c523a1e310
|
second part - cache spec file analysis
|
2011-09-01 10:39:29 -04:00 |
|
John Bintz
|
fa27ee715a
|
enable coffeescript cache, step 1 of a big speedup
|
2011-09-01 09:38:53 -04:00 |
|
John Bintz
|
dc5b8c026d
|
better errors and flatten jasmine.yml keys, allowing for merged yaml sequences in config
|
2011-08-10 13:11:05 -04:00 |
|
John Bintz
|
572d2a8b5a
|
ensure bad utf-8 is handled, fixes #48
|
2011-08-04 10:18:05 -04:00 |
|
John Bintz
|
e72eaef7a1
|
better finding of spec lines
|
2011-07-14 10:54:44 -04:00 |
|
John Bintz
|
3c4e557517
|
show line numbers for spec failures, whoa nelly
|
2011-07-13 14:42:47 -04:00 |
|
Ryan Carver
|
d5e44fe9a5
|
change Jasmine.root to Jasmine::Core.path to work with jasmine 1.1
|
2011-06-30 12:27:57 -07:00 |
|
John Bintz
|
1d3991f52e
|
support globs in file filters, fixes #29
|
2011-06-30 06:41:32 -04:00 |
|
John Bintz
|
edd503f262
|
passing in no files doesn't mean run a focused test with zero files, doi
|
2011-06-29 10:38:15 -04:00 |
|
John Bintz
|
cc370aac0b
|
remove unneeded method
|
2011-06-23 09:34:41 -04:00 |
|
John Bintz
|
c359e8b28b
|
targeted runs w/ files outside scope work
|
2011-06-23 09:29:07 -04:00 |
|
John Bintz
|
3b71a0355b
|
half-fix for #19, ensure coffeescript files have newlines separating them
|
2011-06-19 14:51:47 -04:00 |
|
John Bintz
|
c29757ad9f
|
ensure files are not required twice, fixes #10 (h/t @dnagir)
|
2011-06-11 09:54:15 -04:00 |
|
John Bintz
|
d0afb329f1
|
caching doesn't work as nicely w/ grouped coffeescript compile, turning it off for now 'cause the speed benefit of grouped compilation is already huge
|
2011-06-10 14:25:08 -04:00 |
|
John Bintz
|
67940c5066
|
only call the coffeescript compiler as much as needed. so much faster
|
2011-06-10 14:18:35 -04:00 |
|
John Bintz
|
f7d899b0f7
|
write out two templates and execute one after the other if everything's cool
|
2011-06-10 11:02:26 -04:00 |
|
John Bintz
|
c32f13fbe1
|
factor out file list management
|
2011-06-10 10:04:21 -04:00 |
|