=begin
--------------------------------------------------------------------------------
Run the acceptance tests, and summarize their output.
--------------------------------------------------------------------------------
Parameters:
-- the root directory for the tests. Probably something ending in
vivoweb/utilities/acceptance-tests/suites
-- the directory for the output.
-- the directory for user-extensions.js
-- the directory of the Firefox profile template.
-- the URL of the web site under test.
--------------------------------------------------------------------------------
What we doing?
-- For each subdirectory in the suites folder:
-- Find the Suite.html
-- If none, throw warning into the log and continue.
-- Run the suite, sending the output to a file named after the subdirectory
-- If failure, throw error into the log and continue.
-- Create a summary output file.
result: passed | failed -- "and" of all suites.
total time: seconds -- capture the time before and after.
number of tests: -- sum from all suites.
number of passing tests: -- sum from all suites.
number of failing tests: -- sum from all suites.
Table of links to the suite output files.
--------------------------------------------------------------------------------
=end
Test suite results
result: | passed |
totalTime: | 12 |
numTestTotal: | 6 |
numTestPasses: | 6 |
numTestFailures: | 0 |
numCommandPasses: | 71 |
numCommandFailures: | 0 |
numCommandErrors: | 0 |
Selenium Version: | 2.0 |
Selenium Revision: | a1 |
| |