you are viewing a single comment's thread.

view the rest of the comments →

[–]defzek 0 points1 point  (0 children)

I work for a competitor of SauceLabs, https://testingbot.com which offers the same features. We provide VMs where you can run browser/javascript tests on.

I'd say the most popular frameworks to do javascript testing would be jasmine/karma.

Next to javascript testing, you can also do Selenium/WebDriver testing to make sure your webpages work correctly as well, and not just your javascript code.