browser-driver-installer
browser-driver-installer copied to clipboard
Work around rate limiting of firefox github repo in tests
Add a TokenRegistry where we can set a github token via the commands. The commands would receive this token as a command option. In the Downloader and VersionResolver, we can use the token from the registry (if it is set) to do the API calls. The TokenRegistry would be injected into the Downloader and VersionResolver via DI.