google-nomulus/javatests/google/registry/server
shicong ac74ad3088 Use Docker Java API to manage container for WebDriver
Previously we had a few customized Gradle build task to manage
the Docker container for provisioning browser and ChromeDriverService
used by WebDriver tests. This CL changed to use a java library
from testcontainers.org to achieve the same purpose. The main
benefit of it is that we can expect to run the WebDriver tests
from IDE going forward.

Also, this CL refactored the structure of WebDriver related classes
to have JUnit rule to manage the lifecycle of WebDriver instance,
this is also compatible with the API from testcontainers library.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=241539861
2019-04-05 11:38:16 -04:00
..
BUILD Use Docker Java API to manage container for WebDriver 2019-04-05 11:38:16 -04:00
Fixture.java Make a prettier table to display OT&E check results 2019-01-28 16:10:16 -05:00
HealthzServlet.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
RegistryTestServer.java Remove the web console EPP endpoint 2019-03-05 14:20:42 -05:00
RegistryTestServerMain.java Refer to Datastore everywhere correctly by its capitalized form 2017-02-17 12:12:12 -05:00
Route.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
ServletWrapperDelegatorServlet.java Replace Throwables.propagate and variants with Guava 20 versions 2017-02-02 17:01:23 -05:00
StaticResourceServlet.java Fix various Error Prone errors that were found by the FOSS build 2019-01-28 16:05:09 -05:00
TestServer.java Use Docker Java API to manage container for WebDriver 2019-04-05 11:38:16 -04:00