slackersoft
f5a02ca9a0
Depend on jasmine-core npm instead of vendoring
...
- jasmine-core now exports the files necessary to load jasmine in an
html page.
- This allows users to choose their jasmine version by just updating
their jasmine-core dependency.
2014-08-22 22:51:30 -07:00
cobbdb
ad0310bfd9
Expose polyfills option to inject additional libraries above core jasmine
...
scripts.
2014-08-03 19:41:26 -07:00
Vlad Filippov
c040bc834c
Merge pull request #139 from timhall/file-expand
...
Update file expand behavior
2014-06-07 15:08:47 -07:00
Tim Hall
86aaa6d453
Update file expand in getRelativeFileList
...
`getRelativeFileList` was stepping through patterns rather than passing
them all to `grunt.file.expand` leading to exclusions (`!`) being missed
since they remove rather than add files to the list.
2014-04-22 17:43:59 -04:00
Scott Davis
2e735b34e0
Added jasmine favicon to default html runner template.
...
This will allow this project to be used with the [jasmine-favicon-reporter](https://github.com/simsalabim/jasmine-favicon-reporter ) project as well as make the spec runner look a bit nicer.
2014-04-11 14:55:18 -06:00
magalhas
476c1b6b1c
including es5-shim instead of standalone bind polyfill
2014-02-25 19:42:30 +00:00
Jarrod Overson
dfa9182e20
updated logging and junit output for jasmine 2.0.0
2014-01-28 17:12:51 -08:00
Travis Jeffery
a78d1cd558
Add jasmine v2.0.0-rc3
2013-10-25 00:19:28 -05:00
Thomas.A
c565e35142
Added a filter flag, to filter through the *Spec files
...
This allows to filter through the *Spec.js files, without modifying Gruntfile.js
2013-06-19 13:26:34 +10:00
Jarrod Overson
e622be01c6
async teardown and .grunt removal, closes #58
2013-06-15 11:51:28 -07:00
Jarrod Overson
3bde360e05
allowing options to be passed to getRelativeFileList
2013-06-15 11:15:01 -07:00
Jarrod Overson
ce4a167521
Added phantom polyfill, closes #63
2013-06-15 10:36:54 -07:00
Duncan Beevers
3615419e90
Make relative paths relative to outfile
2013-06-15 10:18:17 -07:00
Jarrod Overson
4dbd3ccef7
updated docs, added styles options, addresses #12
2013-03-10 22:15:29 -07:00
Jarrod Overson
da897d09f1
removed errant npmload, added nonull:true and removed file filter for relative file list, fixes #18 , 0.4.0
2013-03-10 21:44:06 -07:00
Bastian Behrens
dbe298a042
make the jasmine version to be used configurable, added run to test older jasmine version
2013-03-08 18:06:10 -08:00
Jarrod Overson
3eeb595ff6
exposing sendMessage and phantom to templates
2013-02-05 14:13:10 -08:00
Jarrod Overson
82393b94bf
updated for rc5
2013-01-09 21:24:18 -08:00
Jarrod Overson
7fd976a2a1
Added JUnit xml output (via Kelvin Luck @vitch)
...
Passing console.log from browser to verbose grunt logging
Support for templates as separate node modules
Removed internal requirejs template (see grunt-template-jasmine-requirejs)
General refactor
2013-01-08 11:28:26 -08:00
Jarrod Overson
f1ff456c73
generalized configuration for requirejs template, updated jasmine, added loader plugin closing #5 , #6 , #7
2012-12-03 00:33:32 -08:00
Jarrod Overson
d44d81448b
Fixed race condition with requirejs template
2012-11-07 10:56:19 -08:00