You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The kibana UI is javascript, so the current curl tests miss errors printed within the page.
It would be great if we could find a command line javascript browser to test it properly.
Some options:
HTMLUnit (I use that one for unit testing)
PhantomJS
Zombie.js
PhantomJS looks the best but it takes > 30mins to compile, and there is no binary available for linux yet.
The text was updated successfully, but these errors were encountered:
The kibana UI is javascript, so the current curl tests miss errors printed within the page.
It would be great if we could find a command line javascript browser to test it properly.
Some options:
HTMLUnit (I use that one for unit testing)
PhantomJS
Zombie.js
PhantomJS looks the best but it takes > 30mins to compile, and there is no binary available for linux yet.
The text was updated successfully, but these errors were encountered: