From: Chris Nehren Date: Fri, 8 Apr 2011 06:45:27 +0000 (-0400) Subject: the user probably cares about managing their app server X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FTest-Harness-Selenium.git;a=commitdiff_plain;h=1161bd73e909a3ee3fafba78268baab06950a0ed the user probably cares about managing their app server --- diff --git a/apiv2 b/apiv2 index 725bb83..56f58a8 100644 --- a/apiv2 +++ b/apiv2 @@ -11,6 +11,12 @@ method test_directory($dir) finds HTML files in $dir, calls run_tests_for on them starts necessary servers as appropriate +method start_app_server + starts the associated Cat server + +method stop_app_server + derp + * stuff THS calls, users might call method start_selenium_server @@ -19,12 +25,6 @@ method start_selenium_server method stop_selenium_server derp -method start_app_server - starts the associated Cat server - -method stop_app_server - derp - method run_tests_for($html_file) uses Socialtext::WikiFixture::Selenese to run $html_file against selenium server