1

Does anyone know of a good JavaScript testing tool which integrates automated testing with your Testing Framework of Choice. I am aware of TestSwarm (which is not automated testing) and Travis-CI (which isn't really available for closed-source projects).

Any other ones out there?

2 Answers 2

1

You can use Selenium:

Its test can either be generated by its IDE, or can be written in high level languages such as Java, PHP, etc.

Its can be instantiated from a Command-Line.

Its can be integrated with continuous-integration servers like Jenkins (In-build plugin).

The fact, that it can be instantiated from command-line (preferably written in java), makes it integrable by any CI Server

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

Comments

1

Two that I know of (although I'm not sure they are really meant for this purpose...) are Simple Test js and the MIT project Sikuli. Sikuli is great for making a cursor click on things and test out the user interactions. Neither one of these naturally will integrate well with your testing framework of choice but they will certainly allow you to write unit tests. Hopefully someone else will know of a better solution.

Comments

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.