So have it access or maybe act as the hub node?
Bll said:
So have it access or maybe act as the hub node?
Hi there,
Please refer to this guide and replace it with Selenium Grid.
Thank you for using Katalon Studio,
Liam
I have got it working, be aware to put the crhome/firefox drivers in the selenium server folder
after many test i think is not possible
hub and node work with selenium test but no with katalon test :’(
luca bottoni said:
after many test i think is not possible
hub and node work with selenium test but no with katalon test
Can you tell me what you’ve done and its result?
Yes I am also Curious as well, it is a hazard to set it up especially after every upgrade you need to configure it again, but I got it working with a Defaultnode.json config file and chromedriver.
- question: if I use the config of katalon, can I also configure webdriver.chrome.driver somewhere??? .
What I now do is creating the node and hub with this config bypassing the settings of katalon i think
for me it is working properly as I know with what versions I can check and test the applications remote.
This is my setup
DefaultNode.json (selenium 3.x config)
{
“capabilities”:
\[
{
"browserName": "chrome",
"maxInstances": 5,
“webdriver.chrome.driver”: “D:\\Driver\\chromedriver.exe”,
"seleniumProtocol": "WebDriver"
}
\],
"proxy": "org.openqa.grid.selenium.proxy.DefaultRemoteProxy",
"maxSession": 5,
"port": 5555,
"host": localhost,
"register": true,
"registerCycle": 5000,
"hubPort": 4445,
"hubHost":localhost,
"hub":"http://localhost:4445/grid/register"
}
syntax to start the hub and node config (using the selenium server which is installed by katalon to avoid compatibility issues)
java -Dwebdriver.chrome.driver=“D:\Driver\chromedriver.exe” -jar D:\KatalonStudio\Katalon_Studio_Windows_64-5.3.0\configuration\resou
rces\lib\selenium-server-standalone-3.7.1.jar -role hub -port 4445
java -jar selenium-server-standalone-3.7.1.jar -role webdriver -nodeConfig D:\Katal
onStudio\Katalon_Studio_Windows_64-5.3.0\configuration\resources\lib\DefaultNode
.json
ralph.van.der.horst@gmail.com said:
Yes I am also Curious as well, it is a hazard to set it up especially after every upgrade you need to configure it again, but I got it working with a Defaultnode.json config file and chromedriver.
could you tell me,please, how you ran the Katalon tests?
Attached is a Katalon Studio & Selenium Grid - “Localhost” Implementation set of screenshots that can give you some specific information about the integration…
Katalon Studio and Selenium Grid - Localhost Implementation - Part 2.docx
Katalon Studio and Selenium Grid - Localhost Implementation - Part 1.docx
Thanks
Hi It is working on local machine but how to implement it on jenkins server.
Hi! Can you help me please? I trying install Katalon with Selenium Grid, but I can´t do it!
This is a chrome example in windows without using the defaultnode.json
open an command line: type this
java -jar D:\KatalonStudio\Katalon_Studio_Windows_64-5.10.1\configuration\resources\lib\selenium-server-standalone-3.7.1.jar -role hub -port 4445
note:
folder on which you installed katalon studio can vary
Then open an second command line
java -Dwebdriver.chrome.driver=D:\Driver\chromedriver.exe -jar D:\KatalonStudio\Katalon_Studio_Windows_64-5.9.1\configuration\resources\lib\selenium-server-standalone-3.7.1.jar -role node -hub http://localhost:4445/grid/register -Dwebdriver.chrome.driver=D:\Driver\chromedriver.exe -jar D:\KatalonStudio\Katalon_Studio_Windows_64-5.10.1\configuration\resources\lib\selenium-server-standalone-3.7.1.jar -role node -hub http://localhost:4445/grid/register
note:
-make sure to download the correct chrome driver and install it as in the correct folder path on which you downloaded it.
-folder on which you installed katalon studio can vary
downfall is that you now do not control the selenium server (you get the default config)
@Liam_B @Dmitry @Zarashima @David_Edmondson
It will be great if you help me in providing document (or Desired capabilities) Katalon Studio and Selenium Grid for android parallel testing
Thanks,