Open the command prompt and navigate to the folder of your Katalon Studio build, which contains katalon.exe (Windows) or Applications folder (Mac OS) or katalon (Linux) file.
Hi, I have upgraded from 5.8.3 to 6.1.5, i.e. I lost native support of test reports, but I am not able to install plug-in Basic Report. I can go to Plugin Store, switch to Basic Report plugin page, click on INSTALL button and nothing happens. Am I doing something wrong? Are there some preconditions? I tried without and also with login, no action. I did not use plugins till now. I tried also generate APIkey and the same result. Any idea?
Thu Jun 13 13:00:51 CEST 2019
Failed to reload plugins.
com.kms.katalon.plugin.models.ReloadPluginsException: Unexpected error occurs during executing reload plugins under account: username: No username in this Exception, endpoint: https://store.katalon.com/api/products/ks?appVersion=6.2.0
How to pass in account, username ???
Update: problem was API-key enclosed in […], after removing [ ] it works
I am also facing this problem. I have added the apiKey in the command line along with the proxy information. Still it is not reloading the plugins while executing through command line.
I am passing proxy to jenkins in scripted pipeline this way:
withEnv(['HTTP_PROXY=http://your-proxy:8080']) {
sh label: 'katalon', script: '''
katalon.... -apiKey=aaa-ppp-iiii
'''}
and I have also opened katalon GUI on that jenkins node and set the manual proxy over the katalon UI.
So one of these steps works, I have no time to investigate which one.
It started to work with version 6.2.0 for me. I believe there was a problem with passing proxy in previous.