Finalize working version of selenium software release

parent 11e60467
......@@ -60,7 +60,6 @@ class Recipe(BaseSlapRecipe):
suite_name = self.parameter_dict['suite_name'],
base_url = self.parameter_dict['url'],
browser_argument_list = [],
# XXX-Cedric : No need for user/pass
user = self.parameter_dict['user'],
password = self.parameter_dict['password'])
......
......@@ -41,7 +41,6 @@ def run(args):
erp5_report = ERP5TestReportHandler(test_url, config['suite_name'])
import pdb; pdb.set_trace()
# Clean old test results
#TODO how to clean results / post results without password?
openUrl('%s/TestTool_cleanUpTestResults' % (config['base_url']))
# TODO assert getresult is None
......
......@@ -8,4 +8,4 @@ develop-eggs-directory = ${buildout:develop-eggs-directory}
[seleniuminstance]
recipe = slapos.cookbook:selenium
xvfb_binary = ${xserver:location}/bin/Xvfb
chromium_binary =
\ No newline at end of file
firefox_binary = ${firefox:location}/firefox-slapos
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment