% include( '/elements/header.html', 'Developer Documentation' ) %> <& /elements/menubar.html, 'Freeside Perl Modules' => $fsurl.'docs/library/FS.html', 'Complete Index' => $fsurl.'docs/library/index.html', &>
fetch_pages - a testing tool for UI changes
fetch_pages -d before_change -u myuser -p mypass list_of_tests git checkout newbranch make install; apache2ctl restart fetch_pages -d after_change -u myuser -p mypass list_of_tests diff -ur before_change/ after_change/ |diffstat
-d: the directory to put the files in. Required.
-u: the username to use with the Freeside web interface. Required.
-p: the password. Required.
-h: the URL prefix for the Freeside server. Defaults to "http://localhost/freeside".
The list of tests can be in a file specified after all arguments, or passed to stdin.