Re: [GSOC] Contributing to git.
From: Nazri Ramliy <hidden>
Date: 2016-06-15 22:53:27
On Sat, Mar 31, 2012 at 7:37 AM, Jakub Narebski [off-list ref] 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