This project is dead. You should use Karma instead. I do.
Go to file
2011-04-11 10:57:36 -04:00
bin a few fixes for the binary, handles jasmine defaults now 2011-04-11 10:31:53 -04:00
ext/jasmine-webkit-specrunner enforce console app in mac os ox 2011-04-11 10:19:41 -04:00
jasmine@e826fbb170 add jasmine and other things 2011-04-11 06:38:47 -04:00
lib adding ext and updating gemfile 2011-04-11 06:24:07 -04:00
.gitignore adding ext and updating gemfile 2011-04-11 06:24:07 -04:00
.gitmodules add jasmine and other things 2011-04-11 06:38:47 -04:00
Gemfile adding ext and updating gemfile 2011-04-11 06:24:07 -04:00
jasmine-headless-webkit.gemspec readme and gemspec and bin 2011-04-11 07:00:05 -04:00
Rakefile adding ext and updating gemfile 2011-04-11 06:24:07 -04:00
README.md more easier to understand docs 2011-04-11 10:57:36 -04:00

Jasmine Headless WebKit runner

Introduction

This gem works with projects that use the Jasmine gem to create a jasmine.yml file defining what to test. The runner loads that jasmine.yml file and executes the tests in a Qt WebKit widget, displaying the results to the console and setting the exit code to 0 for success or 1 for failure.

console.log works, too, so you can run your specs side-by-side in a browser if you're so inclined.

Usage

jasmine-headless-webkit [path to jasmine.yml, defaults to spec/javascripts/support/jasmine.yml]

This gem is currently as rough as it gets.

Installation requires Qt 4.7. See senchalabs/examples and my fork of examples for more information on the QtWebKit runner.

Tested in the following environments:

  • Mac OS X 10.6, with MacPorts Qt and Nokia Qt.mpkg

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.