I have configured the integration between Katalon and BrowserStack, which works perfectly when running it locally. However, when I attempt to run it via Azure DevOps, I get an error:
##[error]Cannot read property ‘filename’ of undefined.
I have attempt the following configuration in DevOps within the command arguments field, none of which seem to work:
testSuiteCollectionPath="Test Suites/Suites/Attachments" -retry=0 --config -webui.autoUpdateDrivers=true --orgId=38687 -apiKey="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" -serverUrl="https://analytics.katalon.com/["](https://analytics.katalon.com/%22) -executionProfile="Dev Environment" -browserType="Remote"
Note: I have delibrately x’s out the api key.


