browser-driver-installer icon indicating copy to clipboard operation
browser-driver-installer copied to clipboard

Work around rate limiting of firefox github repo in tests

Open dbrekelmans opened this issue 2 years ago • 0 comments

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.

dbrekelmans avatar Jan 16 '23 08:01 dbrekelmans