Reputation: 19578
I would like to test the output generated by some functions which are responsible to generate new content in the dom. The problem is that I need to test such scenarios without using a browser and by running xpath queries against the generated output. (something like HTMLUnit in Java). How can I write such tests? Which framework/technology can I use?
Upvotes: 0
Views: 230