From ec4f4207423de4d02f79f0d4fa221cbcd73815f6 Mon Sep 17 00:00:00 2001 From: erwin Date: Sun, 25 Jun 2006 11:04:18 +0000 Subject: TestGen4Web::Runner is a PERL module to replay files recorded with SpikeSource's TestGen4Web Recorder. From http://developer.spikesource.com/projects/testgen4web : "TestGen4Web is written to ease the pain of writing tests for web applications. This is a 2 part tool. Firefox extension, which records user input to a xml file. Translator script: to generate automated test scripts." WWW: http://search.cpan.org/dist/TestGen4Web-Runner/ PR: ports/98915 Submitted by: Conor McDermottroe --- www/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'www/Makefile') diff --git a/www/Makefile b/www/Makefile index fcb40ea44e9d..c827baacc0f1 100644 --- a/www/Makefile +++ b/www/Makefile @@ -724,6 +724,7 @@ SUBDIR += p5-Template-Timer SUBDIR += p5-Template-Toolkit SUBDIR += p5-Test-HTTP-Server-Simple + SUBDIR += p5-TestGen4Web-Runner SUBDIR += p5-URI-Fetch SUBDIR += p5-URI-Sequin SUBDIR += p5-W3C-LinkChecker -- cgit