Skip to content

aparkinson/jbehave-hudson-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

The JBehave Hudson plugin can be built with the maven package goal
$ mvn package 

For development and Testing use, Maven can start a Hudson Instance with the JBehave plugin and dependencies in Jetty
$ mvn package hpi:run -Djetty.port=8090

Installation instructions 
* The Jbehave plugin depends on the xUnit plugin and requires a minimum of version 1.9 to be installed
* The jbehave-hudson-plugin.hpi file built by “mvn package” can be installed into Hudson via the Advanced tab of the “Manage Hudson > Mange Plugins” screen

Configuring a project with JBehave test reporting
* Within the project configuration page, under the “Post-build Actions” section select “Publish testing tools result report”. A drop box labelled “Add” will be displayed and select “JBehave 3.x” from the List. Now add the file path pattern of the JBehave reports in your project to the text field labelled “Jbehave-3.x Pattern”. Typically this is “**/ jbehave/*.xml“

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages