Create your first Katalon Studio plugin


This is a companion discussion topic for the original entry at https://docs.katalon.com/katalon-store/docs/publisher/create-plugin.html

Hi Katalon developer,

     Could you update step to debug katalon plugin soon or leave short note on how to do this.

Thanks,

1 Like

@duyluong please advise.

Hi @saianusha.jp,

We have announced the Debug platform plugin tutorial

Thanks for your attention

Thanks @duyluong and @devalex88 for prompt reply.

Hi @duyluong/@devalex88

   Is there a way we can install multiple custom plugin in katalon and see them in Katalon Plugins list.

Thanks,

Hi Katalon Developer,

 Could you Please update me on my earlier query.

Thanks,

The answer is yes. In Katalon Studio, Navigate to and select ‘Plugin Store’ (top right corner). From here you can select ‘Reload Plugin’ this will actually generate a list of the plugins you have installed.

Is there some list of Plugin Activation Events somewhere in the documentation?

Currently this document shows pom.xml which depends on com.katalon.platform:1.0.5. A trial to build by this pom.xml fails:

[ ERROR ] Failed to execute goal on project katalon-testcase-id-extension-plugin: Could not resolve dependencies for project com.kazurayam.ks.plugin:katalon-testcase-id-extension-plugin:bundle:1.0.0: Failed to collect dependencies at org.eclipse.platform:org.eclipse.e4.core.contexts:jar:1.5.1 → org.eclipse.platform:org.eclipse.e4.core.di:jar:1.7.700 → javax.annotation:javax.annotation-api:jar:[1.3.5,2.0.0) : No versions available for javax.annotation:javax.annotation-api:jar:[1.3.5,2.0.0) within specified range → [Help 1]
[ ERROR ]
[ ERROR ] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ ERROR ] Re-run Maven using the -X switch to enable full debug logging.
[ ERROR ]
[ ERROR ] For more information about the errors and possible solutions, please read the following articles:
[ ERROR ] [Help 1] DependencyResolutionException - Apache Maven - Apache Software Foundation

The problem has been addressed by Katalon developers and fixed.

But this document remains obsolete. This doc must be updated as the post describes:

Hello there, is it possible to import com.kms.katalon.core.logging.TestSuiteXMLLogParser in platform plugins? If yes, how?