How to use Katalon for Azure DevOps

Hi @anhtuan,

I am trying to evaluate this katalon tool for my automation team to show demo for my application.

For Demo purpose i didnt create license… I am currently using 6.3.3 version of Katalon with pre-installed option . below version 7 of Katalon . Hope i dont required any license . Correct me if i am wrong,

Still i am not execute the in azure devops please help me to correct my mistake.

Configuration

Error

Hi @jovialjegan,

Make sure in C:\Katalon include the Katalon Studio executable file.

If the Katalon Studio executable file cannot be found, the error will show as your picture.
You can fix it by checking that in C:\Katalon has Katalon Studio executable file or input the version of Katalon Studio (e.g. 6.3.3) to execute your project.

But in -projectPath, you should remove it in command argument. Katalon plugin will append -projectPath in cloud computer for you.

Example:

steps:
- task: katalonTask@0
  inputs:
    version: '6.3.3'
    executeArgs: '-retry=0 -testSuitePath="Test Suites/TS_RegressionTest" -executionProfile="default" -browserType="Firefox" -apiKey="b27***acc"'

Thanks

Hi. I have problems with the execution. can you help me? I use the version of katalon 7.1.1

@anhtuan thenks.

HI @oscar.lopez!

The first, please remove Use pre-installed Katalon Studio in your configuration.

Next, remove -projectPath in your command argument.

When you create new pipeline, Azure Devops will ask you where is your code?.
Here, your have to configure your project. After configure, Katalon Plugin will find your project. Don’t worry, let it do automatically.

Try again, and have a problems, post here!

Thanks!

Hi Team,

i have created a pipeline successfully by using the YML file alone which has come along with the sample project. And when i run the pipeline initially ran well and got stuck at a particular step .

PFB

From the execution logs i could understand that Download of Katalon studio and Decompression of the same has happened sucessfully but after that it got stuck at _

“Finding valid offline licenses in folder: C:\Users\VssAdministrator.katalon\license”

_

Please help me in understanding it better and how to take it ahead.

Hello, @anhtuan I am running my test in Azure DevOps with KRE license. When I run the pipeline it failed at this stage every time. The scripts works fine if I tested through Katalon Studio with Chrome but if I try to run through pipeline I’m getting this error. I’m using below command as you mentioned in earlier post:
-retry=0 -testSuitePath=“Test Suites/Testing RE1” -executionProfile=“default” -browserType=“Chrome” -apiKey=“2027c416-5a95-4bde-89cf-21ee0075c5e1”

Also, If I use Preinstalled Katalon Studio with the Command arguments I’m getting “can not read property ‘index’ of undefined” error. I have tried multiple ways to define preinstalled katalon studio path as below:
C:\Katalon_Studio_Windows_64-7.2.1
C:\Katalon_Studio_Windows_64-7.2.1\katalon.exe
C:\\Katalon_Studio_Windows_64-7.2.1
C:\\Katalon_Studio_Windows_64-7.2.1\\katalon.exe
C:/Katalon_Studio_Windows_64-7.2.1
C:/Katalon_Studio_Windows_64-7.2.1/katalon.exe

Any suggestions please? I appreciate any help here. I’m stuck at this point.
My azure-pipeline.yml file loos like this:

Hi @sshah.

You should run your project again on your computer. Make sure that your project is work and no error.

Don’t worry, this plugin will download Katalon Studio and run your project.

Try again, thanks!

Hi @anhtuan
I’m try to integrate katalon with Azure devops. Could you guide step by step procedure. It would be great. Thanks,

Hi Anhtuan,

When I run the Katalon project on my local it is running successfully but on azure devops thru azure pipelines it repeatedly showing me the below error/exception.

“ Caused by: org.openqa.selenium.SessionNotCreatedException: session not created: This version of ChromeDriver only supports Chrome version 80 “

Which means the chrome driver which was downloaded from https://chromedriver.storage.googleapis.com/80.0.3987.16/chromedriver_win32.zip over azure devops can support “Chrome Browser Version – 80”. I presume the machine where my project was executed on Azure Devops cloud doesn’t have the “Chrome Browser Version – 80”. Is there any means by which I can get “Chrome Browser Version – 80” installed on the machine and execute my project OR can i restrict the chrome driver to any specific version by changing something in the Katalon Studio Project.

Please do let me know the possibilities for it and also do let me know if there could be any other alternatives for the same.

One alternative which I have found is the usage of the below line in the Execution Arguments of the Katalon task in the YAML file.

–config -webui.autoUpdateDrivers=true

The above will tune the Chrome driver according to the version of browser available in the machine where the Katalon Project is being executed is what I presume. But , it too didn’t work. Though I have included “–config -webui.autoUpdateDrivers=true” in YAML file the execution failed.

I would Request you to kindly help me with this. I am eagerly awaiting for your response.

Below are the Execution logs over cloud for your reference.

2020-02-05T11:55:27.0438552Z ##[section]Starting: Execute Katalon Studio project
2020-02-05T11:55:27.0529288Z ==============================================================================
2020-02-05T11:55:27.0529339Z Task : Execute Katalon Studio Tests
2020-02-05T11:55:27.0529394Z Description : Execute Katalon Studio project
2020-02-05T11:55:27.0529424Z Version : 0.1.7
2020-02-05T11:55:27.0529455Z Author : Katalon LLC
2020-02-05T11:55:27.0529508Z Help :
2020-02-05T11:55:27.0529538Z ==============================================================================
2020-02-05T11:55:27.9998170Z version: 6.3.3
2020-02-05T11:55:27.9998653Z location: null
2020-02-05T11:55:28.0000834Z execute: -browserType=“Chrome (headless)” -projectPath=“D:/a/1/s/vmetrics katalon project/Automation.prj” -retry=0 -statusDelay=15 -testSuitePath=“Test Suites/Test_Suite” --config -webui.autoUpdateDrivers=true -sendMail="puneeth@symphonyai.com"
2020-02-05T11:55:28.0001164Z x11 display: null
2020-02-05T11:55:28.0001442Z xvfbConfiguration: null
2020-02-05T11:55:28.0001636Z dirPath: d:\a\1\s
2020-02-05T11:55:28.3073832Z ksProjectPath: d:/a/1/s/vmetrics katalon project/Automation.prj
2020-02-05T11:55:28.3597346Z (node:3088) Warning: Use Cipheriv for counter mode of aes-256-ctr
2020-02-05T11:55:28.3597849Z (node:3088) Warning: Use Cipheriv for counter mode of aes-256-ctr
2020-02-05T11:55:28.3601438Z (node:3088) Warning: Use Cipheriv for counter mode of aes-256-ctr
2020-02-05T11:55:28.3602088Z (node:3088) Warning: Use Cipheriv for counter mode of aes-256-ctr
2020-02-05T11:55:28.3602425Z (node:3088) Warning: Use Cipheriv for counter mode of aes-256-ctr
2020-02-05T11:55:28.3605868Z (node:3088) Warning: Use Cipheriv for counter mode of aes-256-ctr
2020-02-05T11:55:28.6957483Z GET https://raw.githubusercontent.com/katalon-studio/katalon-studio/master/releases.json 200.
2020-02-05T11:55:28.6964359Z Download Katalon Studio 6.3.3 to C:\Users\VssAdministrator.katalon\6.3.3.
2020-02-05T11:55:28.6965549Z Downloading from https://github.com/katalon-studio/katalon-studio/releases/download/v6.3.3/Katalon_Studio_Windows_64-6.3.3.zip. It may take a few minutes.
2020-02-05T11:55:28.6975058Z Downloading from https://github.com/katalon-studio/katalon-studio/releases/download/v6.3.3/Katalon_Studio_Windows_64-6.3.3.zip to C:\Users\VSSADM~1\AppData\Local\Temp\tmp-30882HNA1oq5glGG.tmp.
2020-02-05T11:55:33.2409434Z Finished downloading.
2020-02-05T11:55:33.2410002Z Decompressing the C:\Users\VSSADM~1\AppData\Local\Temp\tmp-30882HNA1oq5glGG.tmp into C:\Users\VssAdministrator.katalon\6.3.3.
2020-02-05T11:55:48.9682584Z Katalon Folder: C:\Users\VssAdministrator.katalon\6.3.3
2020-02-05T11:55:49.0396115Z Katalon Executable File: C:\Users\VssAdministrator.katalon\6.3.3\Katalon_Studio_Windows_64-6.3.3\katalon.exe
2020-02-05T11:55:49.0396773Z Execute Katalon Studio: C:\Users\VssAdministrator.katalon\6.3.3\Katalon_Studio_Windows_64-6.3.3\katalon.exe -noSplash -runMode=console -browserType=“Chrome (headless)” -projectPath=“D:/a/1/s/vmetrics katalon project/Automation.prj” -retry=0 -statusDelay=15 -testSuitePath=“Test Suites/Test_Suite” --config -webui.autoUpdateDrivers=true -sendMail="puneeth@symphonyai.com"
2020-02-05T11:55:49.0405063Z Execute “cmd /c “C:\Users\VssAdministrator.katalon\6.3.3\Katalon_Studio_Windows_64-6.3.3\katalon.exe -noSplash -runMode=console -browserType=“Chrome (headless)” -projectPath=“D:/a/1/s/vmetrics katalon project/Automation.prj” -retry=0 -statusDelay=15 -testSuitePath=“Test Suites/Test_Suite” --config -webui.autoUpdateDrivers=true -sendMail="puneeth@symphonyai.com””" in C:\Users\VSSADM~1\AppData\Local\Temp\tmp-3088wvFDYDAd4KEv.
2020-02-05T11:55:57.3745996Z Katalon workspace folder is set to default location: C:\Users\VssAdministrator.katalon\6.3.3\Katalon_Studio_Windows_64-6.3.3\config
2020-02-05T11:55:57.5844478Z
2020-02-05T11:55:57.5845182Z
2020-02-05T11:55:57.7953112Z Starting Groovy-Eclipse compiler resolver. Specified compiler level: unspecified
2020-02-05T11:55:57.8331737Z
2020-02-05T11:55:57.8335084Z
2020-02-05T11:55:57.8335530Z 170 2.4.7.xx-201611170128-e46 = ACTIVE
2020-02-05T11:55:57.8335718Z
2020-02-05T11:55:57.8335907Z
2020-02-05T11:55:57.8883641Z
2020-02-05T11:55:57.8884439Z
2020-02-05T11:55:57.8884963Z
2020-02-05T11:55:57.8885132Z
2020-02-05T11:55:57.8885334Z INFO: Katalon Version: 6.3.3
2020-02-05T11:55:57.8885479Z
2020-02-05T11:55:57.8885617Z
2020-02-05T11:55:57.8885819Z INFO: Command-line arguments: -runMode=console -browserType=Chrome (headless) -projectPath=D:/a/1/s/vmetrics katalon project/Automation.prj -retry=0 -statusDelay=15 -testSuitePath=Test Suites/Test_Suite --config -webui.autoUpdateDrivers=true -sendMail=puneeth@symphonyai.com
2020-02-05T11:55:57.8885993Z
2020-02-05T11:55:57.8886131Z
2020-02-05T11:55:57.8886308Z INFO: User working dir: C:\Users\VSSADM~1\AppData\Local\Temp\tmp-3088wvFDYDAd4KEv
2020-02-05T11:55:57.8886450Z
2020-02-05T11:55:57.8886591Z
2020-02-05T11:55:57.8886764Z INFO: User home: C:\Users\VssAdministrator
2020-02-05T11:55:57.8886916Z
2020-02-05T11:55:57.8887052Z
2020-02-05T11:55:57.8887205Z INFO: Java vendor: Oracle Corporation
2020-02-05T11:55:57.8887364Z
2020-02-05T11:55:57.8887500Z
2020-02-05T11:55:57.8887653Z INFO: Java version: 1.8.0_181
2020-02-05T11:55:57.8887790Z
2020-02-05T11:55:57.8887925Z
2020-02-05T11:55:57.8888096Z INFO: Local OS: Windows Server 2016 64bit
2020-02-05T11:55:57.8888234Z
2020-02-05T11:55:57.8888369Z
2020-02-05T11:55:57.8888521Z INFO: CPU load: 0%
2020-02-05T11:55:57.8891221Z
2020-02-05T11:55:57.8891783Z
2020-02-05T11:55:57.8891957Z INFO: Total memory: 7167 MB
2020-02-05T11:55:57.8892092Z
2020-02-05T11:55:57.8893515Z
2020-02-05T11:55:57.8893922Z INFO: Free memory: 4045 MB
2020-02-05T11:55:57.9319249Z
2020-02-05T11:55:57.9363714Z
2020-02-05T11:55:57.9364366Z
2020-02-05T11:55:57.9365360Z
2020-02-05T11:55:57.9365574Z
2020-02-05T11:55:57.9365725Z
2020-02-05T11:55:57.9366135Z Delete folder: Libs
2020-02-05T11:55:57.9366457Z
2020-02-05T11:55:57.9366635Z
2020-02-05T11:55:57.9417532Z Opening project file: D:/a/1/s/vmetrics katalon project/Automation.prj
2020-02-05T11:55:57.9419974Z
2020-02-05T11:55:57.9420077Z
2020-02-05T11:55:59.0652542Z Parsing custom keywords in Plugins folder…
2020-02-05T11:55:59.0653190Z
2020-02-05T11:55:59.0653312Z
2020-02-05T11:56:01.3661205Z Generating global variables…
2020-02-05T11:56:01.3663407Z
2020-02-05T11:56:01.3663657Z
2020-02-05T11:56:02.5476643Z Parsing custom keywords…
2020-02-05T11:56:02.5477301Z
2020-02-05T11:56:02.5477709Z
2020-02-05T11:56:03.2279488Z Project ‘vMetrics Testing’ opened
2020-02-05T11:56:03.2283934Z
2020-02-05T11:56:03.2284952Z
2020-02-05T11:56:03.8431950Z [INFO] Using WebDriverManager to resolve chrome
2020-02-05T11:56:03.8432444Z
2020-02-05T11:56:05.1160541Z [DEBUG] Latest version of chromedriver according to https://chromedriver.storage.googleapis.com/LATEST_RELEASE is 80.0.3987.16
2020-02-05T11:56:05.1160915Z
2020-02-05T11:56:05.1256882Z [INFO] Reading https://chromedriver.storage.googleapis.com/ to seek chromedriver
2020-02-05T11:56:05.1257208Z
2020-02-05T11:56:05.3313228Z [INFO] Downloading https://chromedriver.storage.googleapis.com/80.0.3987.16/chromedriver_win32.zip
2020-02-05T11:56:05.3313615Z
2020-02-05T11:56:05.4732014Z [INFO] Extracting binary from compressed file chromedriver_win32.zip
2020-02-05T11:56:05.4732360Z
2020-02-05T11:56:05.5418857Z [INFO] Resulting binary C:\Users\VssAdministrator.katalon\6.3.3\Katalon_Studio_Windows_64-6.3.3\configuration\resources\temp\webdriver\chromedriver.exe
2020-02-05T11:56:05.5431718Z
2020-02-05T11:56:05.6057593Z chromedriver is located at: C:\Users\VssAdministrator.katalon\6.3.3\Katalon_Studio_Windows_64-6.3.3\configuration\resources\temp\webdriver\chromedriver.exe
2020-02-05T11:56:05.6058012Z
2020-02-05T11:56:05.6058181Z
2020-02-05T11:56:05.7686542Z
2020-02-05T11:56:05.7687793Z --------------------------------------------------------------------------------
2020-02-05T11:56:05.7728804Z Test Suites/Test_Suite - Chrome (headless) - 20200205_115605…0/1(0%)
2020-02-05T11:56:05.7829225Z --------------------------------------------------------------------------------
2020-02-05T11:56:05.7831047Z
2020-02-05T11:56:05.7910823Z
2020-02-05T11:56:05.7918743Z
2020-02-05T11:56:07.2813867Z 2020-02-05 11:56:07.263 INFO c.k.katalon.core.main.TestSuiteExecutor - START Test Suites/Test_Suite
2020-02-05T11:56:07.2814781Z
2020-02-05T11:56:07.3490716Z 2020-02-05 11:56:07.305 INFO c.k.katalon.core.main.TestSuiteExecutor - hostName = VssAdministrator - fv-az686.mbri4ecziquexlzqcr4vwnlfsf.bx.internal.cloudapp.net
2020-02-05T11:56:07.3491363Z
2020-02-05T11:56:07.3491667Z 2020-02-05 11:56:07.306 INFO c.k.katalon.core.main.TestSuiteExecutor - os = Windows Server 2016 64bit
2020-02-05T11:56:07.3491770Z
2020-02-05T11:56:07.3491888Z 2020-02-05 11:56:07.307 INFO c.k.katalon.core.main.TestSuiteExecutor - hostAddress = 10.1.0.4
2020-02-05T11:56:07.3492005Z
2020-02-05T11:56:07.3492117Z 2020-02-05 11:56:07.308 INFO c.k.katalon.core.main.TestSuiteExecutor - katalonVersion = 6.3.3.11
2020-02-05T11:56:07.3492227Z
2020-02-05T11:56:07.6204981Z 2020-02-05 11:56:07.610 INFO c.k.katalon.core.main.TestCaseExecutor - --------------------
2020-02-05T11:56:07.8562686Z
2020-02-05T11:56:07.8847300Z 2020-02-05 11:56:07.611 INFO c.k.katalon.core.main.TestCaseExecutor - START Test Cases/New Test Case (1)
2020-02-05T11:56:08.0058457Z
2020-02-05T11:56:08.0064701Z 2020-02-05 11:56:07.968 DEBUG testcase.New Test Case (1) - 1: openBrowser("")
2020-02-05T11:56:08.0065230Z
2020-02-05T11:56:08.2896267Z 2020-02-05 11:56:08.233 INFO c.k.k.core.webui.driver.DriverFactory - Starting ‘Chrome (headless)’ driver
2020-02-05T11:56:08.2903158Z
2020-02-05T11:56:08.2904285Z Feb 05, 2020 11:56:08 AM org.openqa.selenium.remote.DesiredCapabilities chrome
2020-02-05T11:56:08.2906193Z INFO: Using new ChromeOptions() is preferred to DesiredCapabilities.chrome()
2020-02-05T11:56:08.2909088Z
2020-02-05T11:56:08.2909627Z 2020-02-05 11:56:08.262 INFO c.k.k.core.webui.driver.DriverFactory - Action delay is set to 0 seconds
2020-02-05T11:56:08.2909830Z
2020-02-05T11:56:09.4340820Z Starting ChromeDriver 80.0.3987.16 (320f6526c1632ad4f205ebce69b99a062ed78647-refs/branch-heads/3987@{#185}) on port 61347
2020-02-05T11:56:09.4341575Z Only local connections are allowed.
2020-02-05T11:56:09.4341764Z
2020-02-05T11:56:09.4342028Z Please protect ports used by ChromeDriver and related test frameworks to prevent access by malicious code.
2020-02-05T11:56:09.4342438Z
2020-02-05T11:56:19.8335545Z 2020-02-05 11:56:19.742 ERROR c.k.k.core.keyword.internal.KeywordMain - ? Unable to open browser with url: ‘’ (Root cause: com.kms.katalon.core.exception.StepFailedException: Unable to open browser with url: ‘’
2020-02-05T11:56:19.8336447Z at com.kms.katalon.core.webui.keyword.internal.WebUIKeywordMain.stepFailed(WebUIKeywordMain.groovy:64)
2020-02-05T11:56:19.8336804Z at com.kms.katalon.core.webui.keyword.internal.WebUIKeywordMain.runKeyword(WebUIKeywordMain.groovy:26)
2020-02-05T11:56:19.8358228Z at com.kms.katalon.core.webui.keyword.builtin.OpenBrowserKeyword.openBrowser(OpenBrowserKeyword.groovy:81)
2020-02-05T11:56:19.8358561Z at com.kms.katalon.core.webui.keyword.builtin.OpenBrowserKeyword.execute(OpenBrowserKeyword.groovy:67)
2020-02-05T11:56:19.8358695Z at com.kms.katalon.core.keyword.internal.KeywordExecutor.executeKeywordForPlatform(KeywordExecutor.groovy:56)
2020-02-05T11:56:19.8358839Z at com.kms.katalon.core.webui.keyword.WebUiBuiltInKeywords.openBrowser(WebUiBuiltInKeywords.groovy:60)
2020-02-05T11:56:19.8358980Z at com.kms.katalon.core.webui.keyword.WebUiBuiltInKeywords$openBrowser.call(Unknown Source)
2020-02-05T11:56:19.8359096Z at New Test Case (1).run(New Test Case (1):25)
2020-02-05T11:56:19.8359230Z at com.kms.katalon.core.main.ScriptEngine.run(ScriptEngine.java:194)
2020-02-05T11:56:19.8359347Z at com.kms.katalon.core.main.ScriptEngine.runScriptAsRawText(ScriptEngine.java:119)
2020-02-05T11:56:19.8359665Z at com.kms.katalon.core.main.TestCaseExecutor.runScript(TestCaseExecutor.java:337)
2020-02-05T11:56:19.8359782Z at com.kms.katalon.core.main.TestCaseExecutor.doExecute(TestCaseExecutor.java:328)
2020-02-05T11:56:19.8359900Z at com.kms.katalon.core.main.TestCaseExecutor.processExecutionPhase(TestCaseExecutor.java:307)
2020-02-05T11:56:19.8360039Z at com.kms.katalon.core.main.TestCaseExecutor.accessMainPhase(TestCaseExecutor.java:299)
2020-02-05T11:56:19.8360154Z at com.kms.katalon.core.main.TestCaseExecutor.execute(TestCaseExecutor.java:233)
2020-02-05T11:56:19.8360275Z at com.kms.katalon.core.main.TestSuiteExecutor.accessTestCaseMainPhase(TestSuiteExecutor.java:169)
2020-02-05T11:56:19.8360410Z at com.kms.katalon.core.main.TestSuiteExecutor.accessTestSuiteMainPhase(TestSuiteExecutor.java:142)
2020-02-05T11:56:19.8360525Z at com.kms.katalon.core.main.TestSuiteExecutor.execute(TestSuiteExecutor.java:91)
2020-02-05T11:56:19.8360661Z at com.kms.katalon.core.main.TestCaseMain.startTestSuite(TestCaseMain.java:157)
2020-02-05T11:56:19.8360884Z at com.kms.katalon.core.main.TestCaseMain$startTestSuite$0.call(Unknown Source)
2020-02-05T11:56:19.8361001Z at TempTestSuite1580903765634.run(TempTestSuite1580903765634.groovy:35)
2020-02-05T11:56:19.8361136Z Caused by: org.openqa.selenium.SessionNotCreatedException: session not created: This version of ChromeDriver only supports Chrome version 80
2020-02-05T11:56:19.8361300Z Build info: version: ‘3.141.59’, revision: ‘e82be7d358’, time: ‘2018-11-14T08:25:53’
2020-02-05T11:56:19.8361436Z System info: host: ‘fv-az686’, ip: ‘10.1.0.4’, os.name: ‘Windows Server 2016’, os.arch: ‘amd64’, os.version: ‘10.0’, java.version: ‘1.8.0_181’
2020-02-05T11:56:19.8361571Z Driver info: driver.version: CChromeDriver
2020-02-05T11:56:19.8361737Z remote stacktrace: Backtrace:
2020-02-05T11:56:19.8361849Z Ordinal0 [0x00ED0AE3+1706723]
2020-02-05T11:56:19.8361982Z Ordinal0 [0x00E368C1+1075393]
2020-02-05T11:56:19.8362092Z Ordinal0 [0x00DADFA9+516009]
2020-02-05T11:56:19.8362210Z Ordinal0 [0x00D40554+66900]
2020-02-05T11:56:19.8362364Z Ordinal0 [0x00D3CCE2+52450]
2020-02-05T11:56:19.8362490Z Ordinal0 [0x00D5BFD7+180183]
2020-02-05T11:56:19.8362628Z Ordinal0 [0x00D5BDDD+179677]
2020-02-05T11:56:19.8362739Z Ordinal0 [0x00D59D4B+171339]
2020-02-05T11:56:19.8363106Z Ordinal0 [0x00D41D4A+73034]
2020-02-05T11:56:19.8363394Z Ordinal0 [0x00D42DC0+77248]
2020-02-05T11:56:19.8363539Z Ordinal0 [0x00D42D59+77145]
2020-02-05T11:56:19.8363669Z Ordinal0 [0x00E4BB37+1162039]
2020-02-05T11:56:19.8363920Z GetHandleVerifier [0x00F6A7C6+508998]
2020-02-05T11:56:19.8364051Z GetHandleVerifier [0x00F6A504+508292]
2020-02-05T11:56:19.8364230Z GetHandleVerifier [0x00F7F617+594583]
2020-02-05T11:56:19.8364377Z GetHandleVerifier [0x00F6B036+511158]
2020-02-05T11:56:19.8364506Z Ordinal0 [0x00E43FFC+1130492]
2020-02-05T11:56:19.8364636Z Ordinal0 [0x00E4D49B+1168539]
2020-02-05T11:56:19.8364763Z Ordinal0 [0x00E4D603+1168899]
2020-02-05T11:56:19.8364909Z Ordinal0 [0x00E65B05+1268485]
2020-02-05T11:56:19.8365048Z BaseThreadInitThunk [0x76E20419+25]
2020-02-05T11:56:19.8365179Z RtlGetAppContainerNamedObjectPath [0x76FB662D+237]
2020-02-05T11:56:19.8365327Z RtlGetAppContainerNamedObjectPath [0x76FB65FD+189]
2020-02-05T11:56:19.8365445Z
2020-02-05T11:56:19.8365581Z at org.openqa.selenium.remote.W3CHandshakeResponse.lambda$errorHandler$0(W3CHandshakeResponse.java:62)
2020-02-05T11:56:19.8365732Z at org.openqa.selenium.remote.HandshakeResponse.lambda$getResponseFunction$0(HandshakeResponse.java:30)
2020-02-05T11:56:19.8365874Z at org.openqa.selenium.remote.ProtocolHandshake.lambda$createSession$0(ProtocolHandshake.java:126)
2020-02-05T11:56:19.8366007Z at org.openqa.selenium.remote.ProtocolHandshake.createSession(ProtocolHandshake.java:128)
2020-02-05T11:56:19.8366158Z at org.openqa.selenium.remote.ProtocolHandshake.createSession(ProtocolHandshake.java:74)
2020-02-05T11:56:19.8366292Z at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:136)
2020-02-05T11:56:19.8366501Z at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
2020-02-05T11:56:19.8366741Z at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
2020-02-05T11:56:19.8366878Z at com.kms.katalon.selenium.driver.CChromeDriver.execute(CChromeDriver.java:20)
2020-02-05T11:56:19.8367027Z at org.openqa.selenium.remote.RemoteWebDriver.startSession(RemoteWebDriver.java:213)
2020-02-05T11:56:19.8367168Z at org.openqa.selenium.remote.RemoteWebDriver.(RemoteWebDriver.java:131)
2020-02-05T11:56:19.8367316Z at org.openqa.selenium.chrome.ChromeDriver.(ChromeDriver.java:181)
2020-02-05T11:56:19.8367465Z at org.openqa.selenium.chrome.ChromeDriver.(ChromeDriver.java:147)
2020-02-05T11:56:19.8367601Z at com.kms.katalon.selenium.driver.CChromeDriver.(CChromeDriver.java:13)
2020-02-05T11:56:19.8367759Z at com.kms.katalon.core.webui.driver.DriverFactory.createHeadlessChromeDriver(DriverFactory.java:344)
2020-02-05T11:56:19.8367902Z at com.kms.katalon.core.webui.driver.DriverFactory.startNewBrowser(DriverFactory.java:305)
2020-02-05T11:56:19.8368035Z at com.kms.katalon.core.webui.driver.DriverFactory.openWebDriver(DriverFactory.java:199)
2020-02-05T11:56:19.8368187Z at com.kms.katalon.core.webui.keyword.builtin.OpenBrowserKeyword$_openBrowser_closure1.doCall(OpenBrowserKeyword.groovy:74)
2020-02-05T11:56:19.8368324Z at com.kms.katalon.core.webui.keyword.builtin.OpenBrowserKeyword$_openBrowser_closure1.call(OpenBrowserKeyword.groovy)
2020-02-05T11:56:19.8368465Z at com.kms.katalon.core.webui.keyword.internal.WebUIKeywordMain.runKeyword(WebUIKeywordMain.groovy:20)
2020-02-05T11:56:19.8369077Z at com.kms.katalon.core.webui.keyword.builtin.OpenBrowserKeyword.openBrowser(OpenBrowserKeyword.groovy:81)
2020-02-05T11:56:19.8369233Z at com.kms.katalon.core.webui.keyword.builtin.OpenBrowserKeyword.execute(OpenBrowserKeyword.groovy:67)
2020-02-05T11:56:19.8369385Z at com.kms.katalon.core.keyword.internal.KeywordExecutor.executeKeywordForPlatform(KeywordExecutor.groovy:56)
2020-02-05T11:56:19.8369529Z at com.kms.katalon.core.webui.keyword.WebUiBuiltInKeywords.openBrowser(WebUiBuiltInKeywords.groovy:60)
2020-02-05T11:56:19.8369661Z at com.kms.katalon.core.webui.keyword.WebUiBuiltInKeywords$openBrowser.call(Unknown Source)
2020-02-05T11:56:19.8369807Z at Script1580888607004.run(Script1580888607004.groovy:25)
2020-02-05T11:56:19.8369936Z … 13 more
2020-02-05T11:56:19.8370142Z )
2020-02-05T11:56:19.8370291Z 2020-02-05 11:56:19.763 ERROR c.k.katalon.core.main.TestCaseExecutor - ? Test Cases/New Test Case (1) FAILED.
2020-02-05T11:56:19.8370421Z Reason:

Thank you.

Hi @sandeep689!

You can go to how to use Katalon for Azure Devops to integrate Katalon Studio with Azure Devops.
Thanks!

Hi @anhtuan
Recently, I made a purchase for the ‘Katalon DevOps Runtime Engine’ and try to run tests in Azure with newly created API key, but I still got it

`Activating...

Start activating offline…
Finding valid offline licenses in folder: C:\Users----.katalon\license
The number of valid offline licenses: 0
Offline activation failed.
Start activating online…
Invalid license.
Trial license is only available for Katalon accounts registered with a business email.
`
I’m trying to download version 7.0.3

Hi @george4!

Please try again with latest version: 7.2.4

See more.
Thanks!

Hi @anhtuan
It helps with 7.2.4, thanks

But not I have an issue with sending the report via email: locally it works and test email is sent, but with Azure build I got System is unable to email report. Reason: org.apache.commons.mail.EmailException: Sending the email to the following server failed : smtp.gmail.com:465

Hi @anhtuan,

I am getting a Unexpected file name Katalon_Studio_Linux_64-7.2.1.tar.gz. Can you help please?

Thanks,

Aumir

Hi @george4!

If you want use email function, make sure you turn off 2-step verification. See more

Hi @aumir.bato,

Currenty, Katalon Studio plugin is best supporting Windows. You can change os in yml file.
Some vm images you can use in Azure:

  • vmImage: ‘win1803’
  • vmImage: windows-2019

Hi @anhtuan, can I use Katalon in Azure devops without having katalon license