5

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

2 Answers 2

4

Check out selenium

Sign up to request clarification or add additional context in comments.

Comments

1

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.

2 Comments

I have come accross JsTestDriver before, but unfortunately it doesnt quite do what we want... JsTestDriver is more of a unit testing framework... I am looking for a framework that will effectively walk through a website taking a predefined path and report any errors it encounters along the way.
nods Wasn't sure what kind of testing you meant, and assumed unit.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.