f0e874106e
Update examples filename from '*complete*' to '*full*' to make all filename consistent. Change-Id: I37d3f9bf43cae455639fc2611e33734ea2c24ebc
19 lines
759 B
XML
19 lines
759 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<publishers>
|
|
<net.masterthought.jenkins.CucumberReportPublisher plugin="cucumber-reports">
|
|
<jsonReportDirectory>path</jsonReportDirectory>
|
|
<pluginUrlPath>http://example.com/</pluginUrlPath>
|
|
<fileIncludePattern>**/*.json</fileIncludePattern>
|
|
<fileExcludePattern>badfile.txt</fileExcludePattern>
|
|
<skippedFails>true</skippedFails>
|
|
<pendingFails>true</pendingFails>
|
|
<undefinedFails>true</undefinedFails>
|
|
<missingFails>true</missingFails>
|
|
<noFlashCharts>true</noFlashCharts>
|
|
<ignoreFailedTests>true</ignoreFailedTests>
|
|
<parallelTesting>true</parallelTesting>
|
|
</net.masterthought.jenkins.CucumberReportPublisher>
|
|
</publishers>
|
|
</project>
|