On Sat, Mar 31, 2012 at 7:37 AM, Jakub Narebski <jnareb@xxxxxxxxx> wrote: > Test.Simple and Test.More (http://search.cpan.org/dist/JS-Test-Simple/) > both output TAP (they are port of Perl's Test::Simple and Test::More); > part of JS::Test::Simple. > > Node.js requires V8 JavaScript engine from Google; if we have that, we > can as well use e.g. JavaScript::V8x::TestMoreish[2] from CPAN. > > Other solutions include using Test::JavaScript (uses SpiderMonkey > JavaScript engine), or Selenium. > > [2] http://search.cpan.org/perldoc?JavaScript::V8x::TestMoreish Just to add to the discussion, consider these too (descriptions copied verbatim off their tins): 1. phantomjs[1] - headless WebKit with JavaScript API 2. casperjs[2] - navigation scripting & testing utility for PhantomJS [1] http://www.phantomjs.org/ [2] http://casperjs.org/ nazri -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html