li3-test Maven Mojo

A Maven testing mojo which runs tests for the lithium PHP framework and fails if they fail in specific ways by searching through the output.

Лицензия

Лицензия

Категории

Категории

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

Группа

com.ning.maven.plugins
Идентификатор

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

li3-test
Последняя версия

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

0.0.13
Дата

Дата

Тип

Тип

maven-plugin
Описание

Описание

li3-test Maven Mojo
A Maven testing mojo which runs tests for the lithium PHP framework and fails if they fail in specific ways by searching through the output.
Ссылка на сайт

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

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

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

https://github.com/ning/maven-li3-test

Скачать li3-test

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

<plugin>
    <groupId>com.ning.maven.plugins</groupId>
    <artifactId>li3-test</artifactId>
    <version>0.0.13</version>
</plugin>

Зависимости

compile (1)

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

test (2)

Идентификатор библиотеки Тип Версия
org.testng : testng jar 6.5.2
org.easymock : easymock jar 3.0

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

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

Maven Li3 Test Plugin

This plugin allows you to run li3 php tests from maven and fails under conditions that it should fail (exceptions and test failures and the like).

Usage

Insert the following into your pom.xml:

      <plugin>
	<groupId>com.ning.maven.plugins</groupId>
	<artifactId>li3-test</artifactId>
	<version>0.0.9</version>    
	<executions>
	  <execution>
	    <id>run-lithium-tests</id>
	    <phase>test</phase>
	    <goals>
	      <goal>li3-test</goal>
	    </goals>
	    <configuration>
	      <li3ScriptPath>${basedir}/path/to/lithium/lithium/console/li3</li3ScriptPath>
	      <li3TestPath>${basedir}/path/to/app/tests</li3TestPath>
	    </configuration>
	  </execution>
	</executions>
      </plugin>

Then you can run tests with maven!

mvn test
com.ning.maven.plugins

Ning

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

Версия
0.0.13
0.0.12
0.0.10
0.0.9