HTML Recorder BDD Execution Listener

This is a plugin for my BDD Execution Listener library. To use this plugin, add it to your dependencies and then format your unit tests' display names as described in the BDD Execution Listener documentation. The HTML file that is generated is by default saved to your current directory as bdd-results.html. You can change this location by setting the bdd-execution-listener-html.output-file system property.

Maven Information

<groupId>io.bitbucket.tomwnorton</groupId>
<artifactId>bdd-execution-listener-html</artifiactId>
<version>1.0</version>