All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.launch-node.sh.ftl Maven / Gradle / Ivy

Go to download

This project contains test cases for testing Kurento Java Client and Kurento Media Server.

There is a newer version: 6.18.0
Show newest version
#!/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