Ask HN: What do you use to test Frontend code? 15 years ago
Hmmm, I'm using Splinter (http://splinter.cobrateam.info/) to do tests. It lets you automate browser actions and much more, like execute javascript, find elements returned via AJAX, interact with forms, links and more... it has drivers for chrome, firefox... You shold to test it :)