I have JsTestDriver set up to run tests automatically on remote server, which then produces XML format to my "test-reports" folder. I'm looking for some way to visualize the results automatically in Aptana/Eclipse, so that the other coders wouldn't be forced to check the console output to see if the tests failed or not.
Ideally, I would like to have a green/red light somewhere in the IDE, telling the state of the tests. Since I'm using remote server to run all the tests, the JsTestDriver plugin doesn't really cut it. :/ Is there some way to use ie. jUnit view for this?
The test-reports are produced to development machine itself, so all I would need is some sort of jUnit compatible (the results are in jUnit format) plugin to react to those files.