Is your plugin hosted on GitHub? Make sure to press the "fetch" button next to the repository field to fetch your plugin's info from GitHub rather than typing it all in.
Repository
Name
Home Page
Short description SpiderTester is an automated integration-testing script that iterates over every page in your application.
Description It performs a few valuable tasks for you: - parses the html of every page, so if you have invalid html, you will be warned. - finds every link to within your site and follows it, whether static or dynamic. - finds every Ajax.Updater link and follows it. - finds every form and tries to submit it, filling in values where possible. This is helpful in determining: - missing static pages (.html) - poor code coverage - forgot to test a file? Don't wait for a user to find it. - simple fuzzing of form values. - automated testing of form paths. Often we have forms which point to incorrect locations, and up until now this has been impossible to test in an automated fashion or without being strongly coupled to your code. ================ USAGE $ script/plugin install svn://caboo.se/plugins/court3nay/spider_test $ script/generate integration_test spider_test
Description format RDoc MarkDown Textile
License Ruby's Rails' (MIT) GPL LGPL BSD Apache Artistic PublicDomain BSD-type Free-Trial Free-but-Restricted OpenSource Proprietary Shareware Source-available-proprietary Commercial
Category Assets Controllers Internationalization Misc. Enhancements Model Rails Engines Searching and Queries Security Statistics and Logs Testing View Extensions