Skip to content

Commit

Permalink
added cucumber reports to generated site
Browse files Browse the repository at this point in the history
  • Loading branch information
martinlau committed Jul 12, 2013
1 parent a520e3b commit b4d39e1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,10 @@
<goal>generate</goal>
</goals>
<configuration>
<outputDirectory>${project.build.directory}/cucumber-html-reports</outputDirectory>
<cucumberOutput>${project.build.directory}/cucumber.json</cucumberOutput>
<enableFlashCharts>false</enableFlashCharts>
<enableFlashCharts>true</enableFlashCharts>
<outputDirectory>${project.build.directory}/site/cucumber</outputDirectory>
<projectName>${project.name}</projectName>
</configuration>
</execution>
</executions>
Expand Down
12 changes: 8 additions & 4 deletions src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,20 @@
<body>

<links>
<item name="GitHub project" href="http://github.com/martinlau/fixture"/>
<item href="http://github.com/martinlau/fixture" name="GitHub project"/>
</links>

<breadcrumbs>
<item name="fixture" href="/" />
<item href="/" name="fixture"/>
</breadcrumbs>

<menu name="Project reports" ref="reports"/>
<menu ref="reports" name="Project reports"/>

<menu name="In the box" inherit="top">
<menu name="Other information">
<item href="cucumber/feature-overview.html" name="Cucumber reports"/>
</menu>

<menu inherit="top" name="In the box">
<item href="http://kotlin.jetbrains.org" name="Kotlin"/>
<item href="http://springsource.org/spring-framework" name="Spring Framework"/>
<item href="http://springsource.org/spring-data/jpa" name="Spring Data JPA"/>
Expand Down

0 comments on commit b4d39e1

Please sign in to comment.