From e8a7ce93b5f5b828a8978814a90aac2e87b18b84 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Mon, 11 Apr 2011 10:57:02 -0400 Subject: [PATCH] more easier to understand docs --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d9f0add..ac25a1b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ ## Introduction -This gem works with projects that have use the [Jasmine gem](https://github.com/pivotal/jasmine-gem) to -create a `jasmine.yml` file that defines what to test in their Jasmine project. The runner loads that +# Jasmine Headless WebKit runner + +This gem works with projects that use the [Jasmine gem](https://github.com/pivotal/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. @@ -17,10 +19,14 @@ success or 1 for failure. Installation requires Qt 4.7. See [senchalabs/examples](https://github.com/senchalabs/examples) and [my fork of examples](https://github.com/johnbintz/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) 2010 Sencha Inc. * 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