surefire-dashboard-plugin Maven Mojo

A simple maven plugin to generate a synthetic view of your project unit tests status.

Лицензия

Лицензия

Категории

Категории

Maven Компиляция и сборка Сеть
Группа

Группа

net.oualid.maven.plugins
Идентификатор

Идентификатор

surefire-dashboard-plugin
Последняя версия

Последняя версия

0.1
Дата

Дата

Тип

Тип

maven-plugin
Описание

Описание

surefire-dashboard-plugin Maven Mojo
A simple maven plugin to generate a synthetic view of your project unit tests status.
Ссылка на сайт

Ссылка на сайт

https://github.com/soualid/surefire-dashboard-maven-plugin
Система контроля версий

Система контроля версий

https://github.com/soualid/surefire-dashboard-maven-plugin

Скачать surefire-dashboard-plugin

Как подключить последнюю версию

<plugin>
    <groupId>net.oualid.maven.plugins</groupId>
    <artifactId>surefire-dashboard-plugin</artifactId>
    <version>0.1</version>
</plugin>

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
org.apache.maven : maven-plugin-api jar 2.0
commons-io : commons-io jar 2.4
org.apache.maven.reporting : maven-reporting-impl jar 2.2

provided (1)

Идентификатор библиотеки Тип Версия
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.3

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 3.8.1

Модули Проекта

Данный проект не имеет модулей.

surefire-dashboard-maven-plugin

A simple maven plugin to generate a synthetic view of your project unit tests status.

I mainly created it because we needed a way to detect a newly broken test by someone in our team in a blink by using a simple dashboard screen which is auto-refreshed somewhere in our office.

screenshot

Basic usage

<reporting>
    <plugins>
        <plugin>
            <groupId>net.oualid.maven.plugins</groupId>
            <artifactId>surefire-dashboard-plugin</artifactId>
            <version>0.1</version>
        </plugin>
    </plugins>
</reporting>

Configuration

maxTestsPerLine Maximum boxes to show per line (default : 5). webservicesToCallOnError (since 0.2-SNAPSHOT) Webservices to call when a test fail (you can use this to send notifications when a test fail), the {{testname}} string will be replaced by the name of the failing test. Example :

<webservicesToCallOnError>
    <param><![CDATA[https://www.example.com/http2sms.cgi?message=Issue on unit test : {{testname}} !]]></param>
</webservicesToCallOnError>

Версии библиотеки

Версия
0.1