2011-04-11 14:57:02 +00:00
|
|
|
# Jasmine Headless WebKit runner
|
|
|
|
|
2011-05-03 20:42:16 +00:00
|
|
|
Run your specs at sonic boom speed! No pesky reload button or page rendering slowdowns!
|
|
|
|
|
2011-05-17 11:47:42 +00:00
|
|
|
http://johnbintz.github.com/jasmine-headless-webkit/ has the most up-to-date information on using
|
2011-05-17 11:48:02 +00:00
|
|
|
this project. You can see the source of that site on the gh-pages branch.
|
2011-05-02 20:38:58 +00:00
|
|
|
|
2011-04-11 11:01:30 +00:00
|
|
|
## License
|
|
|
|
|
2011-04-11 11:34:45 +00:00
|
|
|
* Copyright (c) 2011 John Bintz
|
2011-04-11 14:57:02 +00:00
|
|
|
* Original Qt WebKit runner Copyright (c) 2010 Sencha Inc.
|
2011-04-11 11:34:45 +00:00
|
|
|
* Jasmine JavaScript library Copyright (c) 2008-2011 Pivotal Labs
|
2011-04-11 10:38:47 +00:00
|
|
|
|
|
|
|
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.
|
|
|
|
|