v1.7.0: ability to sync configuration from existing browsers.json
Breaking changes
Starting from this release --browsers-json
flag is used to sync configuration from existing browsers.json
file. Previously it was used to specify an HTTP URL of the file storing meta-information about web driver binaries to be downloaded (when Docker is not available). To still have an ability to override metadata file location - a new --drivers-info
flag was introduced.
New features
- #232 - ability to sync configuration from existing
browsers.json
Fixes
- #235 - correctly working with custom Docker registries on non-standard port
Improvements
- #236 - completely removed Docker commands from documentation