Skip to content

Commit

Permalink
add a README and LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenharman committed Sep 21, 2010
1 parent e6cf418 commit 617df72
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
20 changes: 20 additions & 0 deletions LICENSE
@@ -0,0 +1,20 @@
Copyright (c) 2010 VersionOne, Inc.

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.

19 changes: 19 additions & 0 deletions README.md
@@ -0,0 +1,19 @@
# WebUI-plugin + [xUnit-plugin](http://wiki.hudson-ci.org/display/HUDSON/xUnit+Plugin "xUnit Plugin") = test reports for [Hudson-CI](http://hudson-ci.org/ "Extensible continuous integration server")

## Installation

1. Make sure you've installed the xUnit Plugin
2. Get the `webui-to-junit.xsl` file onto your Hudson server(s)
** I tend to use a Git Submodule to pull this repo into other projects

## Usage

1. When configuring your Job, enable the xUnit Plugin and select the *Custom Tool* option
2. Specify a pattern for WebUI files to transform
3. Specify the path to the `webui-to-junit.xsl` stylesheet
4. GO!

## License

WebUI-plugin is covered under the MIT License. See LICENSE for more information.

0 comments on commit 617df72

Please sign in to comment.