On 2015/06/22 22:51, frantisek holop wrote: > the standalone server port is really really basic. > did not even include a user and/or rc script: i don't > see the point. use cases and startup methods vary > wildly, but i think mostly everyone just runs it for > themselves, as themselves.
I don't think there is much point having an RDEP on javaPathHelper unless you're going to provide some kind of script. Though actually I think providing a script probably is a friendly thing to do, even if the only thing it does it lookup the correct java binary via pathhelper and "exec path_to_java -jar path_to_selenium-whatever.jar $*". > 1. running a selenese test suit: > > /usr/local/jdk-1.7.0/bin/java -jar /usr/local/share/selenium/selenium-*.jar \ > -htmlSuite *firefox http://some.url.com testsuite.html results.html > > 2. starting up a selenium instance once and throwing (php) > testsuits at it, for example using a ramdrive as temp dir: > > T=/tmp/selenium > mkdir -p $T && sudo mount_mfs -s 128m -m 0 swap $T > > /usr/local/jdk-1.7.0/bin/java -jar /usr/local/share/selenium/selenium-*.jar \ > -Djava.io.tmpdir=$T > > please test and commit > > -f > -- > life is that brief interlude between nothingness and eternity.