Skip to content

MavenPlugin

Sandra Parsick edited this page Jul 10, 2015 · 4 revisions

FitGoodies Maven Plugin

FitGoodies Maven plugin helps running FIT tests with Maven.

The Maven coordinates for this plugin are

<dependency>
  <groupId>de.cologneintelligence</groupId>
  <artifactId>fitgoodies-maven-plugin</artifactId>
  <version>1.3.0</version>
</dependency>

Goals

integration-test

Run the FIT tests.

Required Parameters

Name Description
outputDir Output directory for FIT report. Default value: target/fit
fixturesDir Directory for the FIT tests. Default value: src/test/fixtures

Optional Parameters

Name Description
limits An array of test names, that should be run.
additionalClasspathElements An array of files, that should be added to the classpath.
forkJvmArgs An array of JVM args for the fork process.

verify

Verify the FIT test results.

Clone this wiki locally