Skip to content

Commit

Permalink
corrected example
Browse files Browse the repository at this point in the history
  • Loading branch information
bischoffdev committed Sep 6, 2024
1 parent 4daa0ae commit 3f5f4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/maven-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</executions>
<configuration>
<!-- The only two mandatory properties -->
<sourceJsonReportDirectory>${cucumber.report.json.location}/rerun</sourceJsonReportDirectory>
<sourceJsonReportDirectory>${cucumber.report.json.location}</sourceJsonReportDirectory>
<generatedHtmlReportDirectory>${generated.report.location}</generatedHtmlReportDirectory>

<!-- Optional custom parameters that are shown on the start page (if they have a value) -->
Expand Down

0 comments on commit 3f5f4dd

Please sign in to comment.