You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a Dockerfile that provides an env to hack on Selenium
Selenium has a pile of dependencies that may not be obvious to
the average developer. Setting up a dev env can be a major
stumbling block. To work around this, this PR adds a Dockerfile
that sets up a basic linux image.
This image contains:
* Bazel
* The base tooling for Java, .Net, Python, and Ruby
* A copy of the source already checked out
* A `.bazelrc.local` that makes tests run headless using
pinned browsers
0 commit comments