I actually now have a Rhino runner for jsUnity that emits JUnit results. I use it to launch tests from Hudson and collect results. I'll soon commit it to the git repo.
On Sep 4, 2009 12:12 AM, "Ates Goral" <ates....@gmail.com> wrote:
Hey, sorry for the late response.
If you're using Any, I think you'll have to use a JS-shell environment
(could be Rhino). You could also run the JS tests inside a browser
using Selenium RC, but that would probably be more cumbersome.
Ates
On Sat, Aug 1, 2009 at 12:25 AM, Jon Savell<jsa...@gmail.com> wrote: > > Thank you for getting bac...