google-nomulus/core
Shicong Huang 6ca5cab66f
Consolidate testcontainer used by WebDriver test (#112)
* Consolidate testcontainer used by WebDriver test

Previously, we hard coded the version of the docker image for
provisioning Chrome browser and WebDriver server because the
version of the Chrome browser has to match the version of
the webdriver client, otherwise the screenshot test will fail.

Changing to use BrowserWebDriverContainer can delegate the match
to the library itself because it chooses the correct docker image
version based on the WebDriver version on our classpath.

* Increase maxColorDiff to 20

This is to supress the test flakness after switching to use
BrowserWebDriverContainer to provision browser and webdriver
service.
2019-06-18 11:51:55 -04:00
..
gradle/dependency-locks Upgrade jcommander dep 2019-06-13 13:04:48 -04:00
src Consolidate testcontainer used by WebDriver test (#112) 2019-06-18 11:51:55 -04:00
build.gradle Move the Javascript tests to use Jasmine/Karma 2019-06-17 11:44:52 -04:00