You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by GitBox <gi...@apache.org> on 2021/10/07 06:22:09 UTC

[GitHub] [zeppelin] martin-g commented on pull request #4237: ZEPPELIN-5542 Use headless Firefox instead of PhantomJS

martin-g commented on pull request #4237:
URL: https://github.com/apache/zeppelin/pull/4237#issuecomment-937486253


   [PhantomJS](https://phantomjs.org/) is a wrapper around QtWebKit.
   [Puppeteer](https://puppeteer.github.io/puppeteer/) is a wrapper around Chromium/Google Chrome.
   
   Since you already use Karma.js IMO there is no need to switch to totally new solution. Just change the [karma launcher](http://karma-runner.github.io/6.3/config/browsers.html).
   
   One advantage of Puppeteer is that it can download the browser for you. With Karma.js you have to make sure the browser is pre-installed.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@zeppelin.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org