This project is dead. You should use Karma instead. I do.
Go to file
2011-12-01 10:26:23 -05:00
bin merge sprockets code into mainline, please report bugs 2011-11-23 09:50:14 -05:00
ext/jasmine-webkit-specrunner have the built-in reporter ping the runner when tests complete, to keep it alive 2011-11-10 13:52:42 -05:00
lib make sure a parent module is defined first 2011-12-01 10:26:23 -05:00
script add penchant 2011-08-23 18:54:23 -04:00
skel prevent crazy onload loop, perhaps? 2011-11-25 11:20:14 -05:00
spec fix writing of paths and stuff, fixes #77 2011-11-29 10:56:02 -05:00
vendor/assets clean up the printing of headless reporter results 2011-11-29 15:36:17 -05:00
.gitignore test coverage and cleanup in anticipation of merge 2011-11-23 09:35:44 -05:00
.rspec more stuff, like console.log error code and others 2011-04-13 20:21:23 -04:00
CHANGELOG.md changelog 2011-10-24 11:03:06 -04:00
Gemfile small speed optimization 2011-11-29 09:45:23 -05:00
Guardfile show an indicator when wait tests are running, so it doesn't look like the program crashed 2011-11-21 11:33:51 -05:00
jasmine-headless-webkit.gemspec more sprockets improvements 2011-11-19 19:15:38 -05:00
Rakefile merge sprockets code into mainline, please report bugs 2011-11-23 09:50:14 -05:00
README.md bump version and add basic developer instructions 2011-12-01 10:01:06 -05:00

Jasmine Headless WebKit runner

Run your specs at sonic boom speed! No pesky reload button or page rendering slowdowns!

http://johnbintz.github.com/jasmine-headless-webkit/ has the most up-to-date information on using this project. You can see the source of that site on the gh-pages branch.

For those who want to hack on the project...

The best way to get everything running that you need for development and testing is to use Guard:

bundle install
bundle exec guard
... build Qt runner ...
... compile CoffeeScript to JS ...
... run RSpec and JHW ...

License

  • Copyright (c) 2011 John Bintz
  • Original Qt WebKit runner Copyright (c) 2010 Sencha Inc.
  • Jasmine JavaScript library Copyright (c) 2008-2011 Pivotal Labs

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.