Hello , Im using Katalon Task in Azure DevOps Pipeline
- task: katalonTask@1
inputs:
version: “8.0.5”
executeArgs: ‘-browserType=“Firefox” -noSplash -runMode=console -retry=0 -statusDelay=15 -testSuitePath=“Test Suites/Login/Login_Pm7” -executionProfile=“default” -apiKey=“XXXXXXXXX”’
continueOnError: true
and im getting an error
Test Cases/Login FAILED. Reason: com.kms.katalon.core.exception.StepFailedException: Unable to open browser with url: ‘’ at
The test builded in Katalon studio localy on my computer and then uploaded the folder to azure DevOps Repo and build the pipeline
why im getting this error ?