0.0.3 • Published 13 years ago

testling-jasmine v0.0.3

Weekly downloads
2
License
-
Repository
github
Last release
13 years ago

/!\ deprecated /!\

instead just use this jasmine TAP reporter

testling-jasmine

Run jasmine tests in all the browsers with testling.

example

$ testling-jasmine example/test.js example/test.json
username: substack@gmail.com
password: 
iexplore/9.0:
  mixinTest:should add mixins ....................... 1/1
  mvc plugin:should exist ........................... 1/1
  overrideTest:should let module override mixins .... 1/1

firefox/12.0:
  mixinTest:should add mixins ....................... 1/1
  mvc plugin:should exist ........................... 1/1
  overrideTest:should let module override mixins .... 1/1

total ............................................... 6/6

install

With npm do:

npm install -g testling-jasmine

license

MIT