This is in pretty good shape. https://github.com/puppeteer/puppeteer/compare/master...mjzffr:fetchNightly I have to implement tar.bz/dmg extraction and then it should be good to go. User will be able to do: ``` PUPPETEER_PRODUCT=firefox npm install puppeteer ``` or later ``` PATH=$(npm bin):$PATH PUPPETEER_PRODUCT=firefox puppeteer-download ```
Bug 1596883 Comment 1 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
This is in pretty good shape. https://github.com/puppeteer/puppeteer/compare/master...mjzffr:fetchNightly I have to implement tar.bz/dmg extraction and then it should be good to go. User will be able to do: ``` PUPPETEER_PRODUCT=firefox npm install puppeteer ```