Sauce Labs Integration


This is a companion discussion topic for the original entry at https://store.katalon.com/product/75#qa-content

Is a saucelabs account also required for this, or does the price of the Katalon plugin cover it?

Hi @Patrick_Clough

No Sauce Labs accounts are not part of the plug-in, it is for integration only.

Cheers !

It should allow simultaneous sessions through Test suite collection to leverage concurrent sessions on cloud.
Is there a feature planned?

1 Like

I have installed sauce labs Integration plugin but it is not reflecting in project->settings->plugins folder
When I try to reload It is throwing an error like this
unable to reload plugin

katalon%20error%20message

Most probably you are behind a proxy. For now, the only solution I have found is to bring my computer outside the organization to download the plugin. :rofl:

Can you help me with this error " Error!
Organization email is required to access this trial. Please try again."

Hi @kurganskii2017

Please use your business email, domains such as gmail or yahoo would not be eligible for paid plugin trial.

Hello, any idea why when I run my webapp tests using the add-on it appears with mobile view while if I launch them using the remote option it appears with web view?

Add-on console log:
INFO c.k.k.c.w.util.WebDriverPropertyUtil - User set preference: [‘accessKey’, ‘xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx’]
INFO c.k.k.c.w.util.WebDriverPropertyUtil - User set preference: [‘browserName’, ‘Chrome’]
INFO c.k.k.c.w.util.WebDriverPropertyUtil - User set preference: [‘username’, ‘john.doe’]
INFO c.k.k.c.w.util.WebDriverPropertyUtil - User set preference: [‘platform’, ‘Windows 10’]
INFO c.k.k.c.w.util.WebDriverPropertyUtil - User set preference: [‘version’, ‘latest’]
INFO c.k.k.c.w.util.WebDriverPropertyUtil - User set preference: [‘name’, ‘xxxxx’]
INFO c.k.k.core.webui.driver.DriverFactory - Connecting to remote web server ‘http://ondemand.saucelabs.com:80/wd/hub’ with type ‘Selenium’

Remote console log:
INFO c.k.k.c.w.util.WebDriverPropertyUtil - User set preference: [‘browserName’, ‘firefox’]
INFO c.k.k.c.w.util.WebDriverPropertyUtil - User set preference: [‘browserVersion’, ‘latest’]
INFO c.k.k.c.w.util.WebDriverPropertyUtil - User set preference: [‘platformName’, ‘Windows 10’]
INFO c.k.k.c.w.util.WebDriverPropertyUtil - User set preference: [‘sauce:options’, ‘{screenResolution=1280x1024}’]
INFO c.k.k.core.webui.driver.DriverFactory - Connecting to remote web server ‘https://john.doe:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx@ondemand.saucelabs.com:443/wd/hub’ with type ‘Selenium’

Hi @ThanhTo @Katalon_Store @katalon_store_suppor @katalon3

Would the plugin support parallel execution or concurrent session on saucelabs?

How can I configure tests such that the tests run on multiple browsers or muliplte platforms and different version. Do I need to have different config in custom capabilities? Is it possible to have multiple custom capabilities for saucelabs?