@Before
public void mockScreenshots() {
reportsUrl = Configuration.reportsUrl;
Configuration.reportsUrl = "http://ci.org/";
Screenshots.screenshots = new ScreenShotLaboratory() {
@Override
public String takeScreenShot() {
return new File(reportsFolder, "1.jpg").getAbsolutePath();
}
};