mirror of
https://github.com/google/nomulus.git
synced 2025-08-03 16:32:11 +02:00
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:
parent
44e3668510
commit
a7d099d2a3
87 changed files with 338 additions and 69 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue