What need to be done to run the HostedQA tests in Continuium?
A) Determine what is to be tested:
Some Options
1) Run the test against IE and FireFox clients.
Pro: Tests both browser
Con: Some functionality can not be tested.
2) Run the test against FireFox only.
Pro: More functionality will be test.
Con: We will not know if their is a problem in IE unless the test is manually
run against IE.
3) Run 2 set of test, IE only and FireFox only.
Pro: All test can be run.
Con: Need to determine how to configure.
The reason for the options is the current configuration support running one
set
of test against a set of client(s). Some of the test will fail on IE because
of compatibility issues between IE and Selenium. These test are I am calling
FireFox test. Currently their are no test that pass under IE and fail under
Firefox.
B) Continuium configuration
Currently I do not have karma on the Continium sever, so I do not know what
this entails.
Paul Spencer