This project is dead. You should use Karma instead. I do.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
John Bintz f7384d684c
It's been fun. Use Karma instead.
10 years ago
bin merge sprockets code into mainline, please report bugs 12 years ago
config server runner updated 12 years ago
ext/jasmine-webkit-specrunner Added compiler directive to include getopt.h on qt versions >= 4.8 11 years ago
features make sure src_files can also be loaded from other asset paths, should fix problem found by @christiannelson 12 years ago
lib bump version 12 years ago
script make sure window.promot doesn't get called, fixes #106 12 years ago
skel fix a bad commit and fix multijson deprecation warnings 12 years ago
spec Merge pull request #111 from rossta/register_custom_template_hook 12 years ago
vendor/assets fix a bad commit and fix multijson deprecation warnings 12 years ago
.gitignore bump version 12 years ago
.rspec more stuff, like console.log error code and others 13 years ago
CHANGELOG.md changelog 12 years ago
Gemfile some fixes for bad things. i'm sad 12 years ago
Guardfile a whole ton of reporters work 12 years ago
README.md It's been fun. Use Karma instead. 10 years ago
Rakefile some fixes for bad things. i'm sad 12 years ago
jasmine-headless-webkit.gemspec fix a bad commit and fix multijson deprecation warnings 12 years ago

README.md

This project is dead. You should use Karma instead. I do.

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.