Re: How do I unit test Javascript in Tapestry applications?

2015-08-19 Thread Lance Java
A word of warning... Selenium tests can be very problematic and I'm sitting on the fence as to whether they are actually worth the maintenance cost. That being said, the tapestry build itself has comprehensive Selenium tests. Have a look through the source code for examples. On 17 Aug 2015 12:55,

How do I unit test Javascript in Tapestry applications?

2015-08-17 Thread Poggenpohl, Daniel
Hello, We're trying to test our Tapestry application. We know that we can test our pages with https://tapestry.apache.org/unit-testing-pages-or-components.html But how do we test the JavaScript we implemented? It would seem that we would need a Tapestry generated html page and then call the