Re: Unit testing our UIs

2015-08-20 Thread Stefan Matheis
I don't know about testing in angular.js but in general there are fancy tools for frontend testing: http://casperjs.org (http://casperjs.org/) http://phantomjs.org (http://phantomjs.org/) angular.js' documentation on testing: https://docs.angularjs.org/guide/unit-testing

Unit testing our UIs

2015-08-20 Thread Jan Høydahl
Hi We’re adding more and more UIs to Solr, and they have no unit tests (as far as I know). I could not find any discussions on this topic in the list archives, so thought to bring it up here. I only know about Selenium, could be cool to write up some simple tests exercising key parts of the

Re: Unit testing our UIs

2015-08-20 Thread Upayavira
On Thu, Aug 20, 2015, at 04:19 PM, Upayavira wrote: On Thu, Aug 20, 2015, at 03:06 PM, Jan Høydahl wrote: Hi We’re adding more and more UIs to Solr, and they have no unit tests (as far as I know). I could not find any discussions on this topic in the list archives, so thought to

Re: Unit testing our UIs

2015-08-20 Thread Upayavira
On Thu, Aug 20, 2015, at 03:06 PM, Jan Høydahl wrote: Hi We’re adding more and more UIs to Solr, and they have no unit tests (as far as I know). I could not find any discussions on this topic in the list archives, so thought to bring it up here. I only know about Selenium, could be cool