Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information