This is a Example Project that demonstrate the use of Assertthat's Selenium ShutterBug Screenshot Capabilities.
<!-- Selenium ShutterBug Maven Dependency -->
<dependency>
<groupId>com.assertthat</groupId>
<artifactId>selenium-shutterbug</artifactId>
<version>${shutterbug.version}</version>
<exclusions>
<exclusion>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
</exclusion>
</exclusions>
</dependency>