templates.launch-node.sh.ftl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kurento-test Show documentation
Show all versions of kurento-test Show documentation
This project contains test cases for testing Kurento
Java Client and Kurento Media Server.
#!/bin/sh
xvfb-run -s "-screen 0 1224x768x16" java -cp ${classpath} org.openqa.grid.selenium.GridLauncher -port ${remotePort} -role node -hub http://${hubIp}:${hubPort}/grid/register -browser browserName=${browser},maxInstances=${maxInstances} -maxSession ${maxInstances} -Dwebdriver.chrome.driver=${remoteChromeDriver} -timeout 0 &
echo $! > ${tmpFolder}/${pidFile}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy