Hi All,
my problem is as following. I signed up with new account, where my understanding is, that I get a trial license for Katalon Studio Enterprise (KSE) and Katalon Runtime Engine (KRE) for 1 month. I have Katalon Studio installed locally on my computer and we also have Azure Devops project created in our organization, where I have created a Test Plan with the same test case as in my local instance.
In my local instance of Katalon studio, I enabled ADO Integration, connecte with server URL, personal access token, fetched test plan and connected my test case in local Katalon with Test case from test plan in Azure project with Test ID. When I execute a test suite with this test case locally, it passes and I also see a new execution of this test case added in my test plan in Azure DevOp project, so it seems to be working correctly.
But If I try to run this test suite remotely by pipeline in Azure DevOps using docker image and seleniumbox (connected to Azure repository, where my remote katalon project folder is stored), the pipeline is executed successfully, also the test case passes, also a new test run is added to Azure Devops test plan (I guess based on JUnit_Report.xml), but the problem is, that the new execution of test case is not added to associated test case stored in test plan in Azure DevOps.
So if I run it locally from my computer, it’s connected and test execution in ADO is added but if remotely from CI/CD pipeline (docker / selenium box / runtime engine), a new execution is not added.
I tried to add a parameter -adoPlanId=618373, which is ID of my test plan, to the .yml pipeline for creating a docker image, but it doesn’t help.
So my question is, can it be some kind of problem with my trial license? Since my understanding is, for this kind of execution, KSE and KRE license are needed, but I think I have it in my trial for 1 month and it works, when I run it locally from my computer. Or may I have missing some test properties for remote Katalon, which sets the integration with ADO, as I do manually on local machine in Project Settings - Integration ?
Thank You in advance for help!