Enable screenshot comparison in external build

This change actually enabled the screenshot comparison in the
visual regression tests. We used Docker to provision Chrome
and ChromeDriver to eliminate the discrepancy of environment
between local development and Travis CI.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=237811918
This commit is contained in:
shicong 2019-03-11 08:59:05 -07:00 committed by Ben McIlwain
parent 44e3668510
commit a7d099d2a3
87 changed files with 338 additions and 69 deletions

View file

@ -26,7 +26,7 @@ import java.util.Arrays;
import javax.imageio.ImageIO;
import javax.imageio.ImageReader;
/** An immutable class represents . */
/** An immutable class represents a screenshot taken in a visual regression test. */
public class ActualScreenshot {
public static final String IMAGE_FORMAT = "png";
private String imageKey;