I am trying to use JSTestDriver to automate my Javascript tests using Hudson as a continuous integration backend. I'm going to get Hudson to at least prepare a report on the test results, failing to build a failed test as the most desired result.
I did a quick search on the Internet and found that Hudson does not have a direct plug-in for JSTestDriver (it only has one for TeamCity). I was thinking of using Hudson to test javascript tests as an external job, but I have a feeling it is more complicated than required.
Does anyone have any experience / recommendations on the above scenario?
Thanks.
source
share