Open
Description
We support running the tests locally under Docker to ensure the tests are hermetic:
https://github.com/tebeka/selenium#testing-with-docker
go test --docker
Additional flags passed to go test
are not propagated down to the Docker-based go test
invocation. This should be fixed.