Skip to content

BulbITOrg/bulb-maven-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bulb Maven Plugin

Introduction

Bulb Maven pluging is a maven plugin what exports XML test report in a format compatible with Bulb for JIRA plugin.

Usage

Document your tests like this:

Add following to your pom.xml file:

...
<build>
    <plugins>
        <plugin>
            <groupId>org.bulbit.maven</groupId>
            <artifactId>bulb-maven-plugin</artifactId>
            <version>1.0.1</version>
            <configuration>
            </configuration>
            <executions>
                <execution>
                    <phase>test</phase>
                    <goals>
                        <goal>testreport</goal>
                    </goals>
                </execution>
            </executions>
        </plugin>
    </plugins>
</build>
...

Run:

mvn clean install

Use report under target/trackerTestReport.xml with Bulb for JIRA plugin.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published