bitovi / launchpad

NodeJS Browser Launcher
MIT License
46 stars 28 forks source link

Add Chrome Headless support #85

Open andrejewski opened 7 years ago

andrejewski commented 7 years ago

After a lot of build kicking, I cannot get Firefox passing on Linux. This is because to test Chrome Headless we need to be running the trusty build in Travis, which is the only build that supports the chrome add-on option. Firefox consistently hangs in Trusty for versions 38.4.0esr, 50.0.2, 51.0, and 52.2.1esr (aka all version that we use and usually work). The version 38.4.0esr is what Precise uses so we tried the exact same version and got different results. Nothing in this PR changes Firefox functionality, so I feel confident in merging this feature and delegating the work of making Firefox work on Travis to issue #86.