clemlabprojects / ambari

Fork of Apache Ambari maintained by Clemlab Company
https://www.clemlab.com
Apache License 2.0
39 stars 15 forks source link

Remove phantomjs headless browser #52

Open aghazeh opened 5 months ago

aghazeh commented 5 months ago

hi PhantomJS is a headless web browser scriptable with JavaScript. The package is no longer maintained and does not even support ES6 features of Javascript. Chrome launched ChromeHeadless which works very similar to PhantomJs. The fix will require Karma to use ChromeHeadless as the web browser instead of PhantomJs

link [ambari-web-ui)

How was this patch tested? Please review Ambari Contributing Guide before opening a pull request.

lucasbak commented 5 months ago

Hi @aghazeh,

We need to port AMBARI-25985. Will do for next release, do you need it ?

Best regards

aghazeh commented 5 months ago

hi @lucasbak YES I need it.