# Test-WWW-Jasmine **Repository Path**: mirrors_gitpan/Test-WWW-Jasmine ## Basic Information - **Project Name**: Test-WWW-Jasmine - **Description**: Read-only release history for Test-WWW-Jasmine - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-20 - **Last Updated**: 2025-12-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Test::WWW::Jasmine ================== This module implements Perl test runner for JavaScript test specs that use Jasmine BDD framework. Test::WWW::Jasmine uses WWW::Selenium to run tests in a browser, thus making possible to automatically test complex JavaScript applications that rely heavily on DOM availability. Test spec output is collected and converted to TAP format; from Perl perspective Jasmine test specs look just like ordinary Perl tests. INSTALLATION To install this module type the following: perl Makefile.PL make make test make install DEPENDENCIES This module requires these other modules and libraries: WWW::Selenium COPYRIGHT AND LICENSE Copyright (c) 2012 by Alexander Tokarev This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.