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 scripts somehow. How do you implement JavaScript testing? Regards, Daniel P.