Katalon Pipeline

Hello , I’m using Katalon for Azure DevOps Pipeline
The yaml is

  • task: katalonTask@1
    testSuitePath=“Test Suites/TEST” -executionProfile=“default” -apiKey=“509XXX-92fb-XXX-af2f-XXXXXXXXXX”’

when I run the pipeline I have log that says

Activating…
Start activating offline…
Search for valid offline licenses in folder: C:\Users\VssAdministrator.katalon\license
The number of valid offline licenses: 0
Offline activation failed.
Start activating online…

so I understand the license is getting online from the API key i received , is this license will expire after couple of runs ?

Hi @itayb,

New registered account will have 30 days trial that includes Katalon Studio Enterprise and Katalon Runtime Engine features but for the only one machine at a time only. So, if you run the many pipelines at a time, the first one will be authorized mean while others will get machine quota exceeded message.

Hi @itayb

If you are still struggling with making your pipeline run with the trial license, email me at emma.huynh@katalon.com for further support.

Thank you.