-
Notifications
You must be signed in to change notification settings - Fork 81
Description
Hi
here is my selenese-runner.jar command to run side files into the selenium grid, but issue is for every side file run create index.html and override each time each side run, need one index.html after all test run and result of all must exist in it, in parallel execution.
cd /opt/selenium/runner/ && java -jar selenese-runner.jar --cookie-filter -JSESSIONID --config /opt/selenium/config.txt --cli-args --start-maximized --cli-args --ignore-certificate-errors --screenshot-on-fail $REPORT_PATH --xml-result $REPORT_PATH --html-result $REPORT_PATH --highlight --timeout 5000 --set-speed 0 --parallel max --driver remote --remote-browser chrome --remote-version 119.0 --remote-url http://192.168.1.1:4444/wd/hub /opt/selenium/*.side
Any idea?
Thanks,