mrwooster
mrwooster

Reputation: 24207

Headless testing for JavaScript?

I am looking for a headless testing environment for javascript... something like ZombieJS, but without relying on nodejs, and something which has been around for a bit longer and is therefore, hopefully, a bit more stable...

Ty

Upvotes: 5

Views: 1520

Answers (2)

DanSingerman
DanSingerman

Reputation: 36502

Check out selenium

Upvotes: 4

Dre
Dre

Reputation: 4329

Would JsTestDriver work for you?

That still needs a browser visiting a page, but as I understand you can just keep it open and forget about it, and get at the tests from the command line or wherever you want.

Upvotes: 1

Related Questions