-
Notifications
You must be signed in to change notification settings - Fork 2
MavenPlugin
Sandra Parsick edited this page Jul 10, 2015
·
4 revisions
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>
Run the FIT tests.
Name | Description |
---|---|
outputDir |
Output directory for FIT report. Default value: target/fit
|
fixturesDir |
Directory for the FIT tests. Default value: src/test/fixtures
|
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 the FIT test results.