-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: expose public interface for locating Chrome installations (#177)
Add Launcher.getInstallations() public static method that returns an array of paths to available Chrome binaries. Also, refactor Launcher#launch() to use it. Launcher.getInstallations() uses chrome-finder under the hood, so all previous resolution logic is preserved: - if CHROME_PATH env variable is set, it will be included - if a Chrome Canary is detected, it will be included - if a Chrome (stable) is detected, it will be included Resolves #176
- Loading branch information
1 parent
a5ccaa4
commit c4890ee
Showing
3 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters