Skip to content
This repository has been archived by the owner on Jan 27, 2022. It is now read-only.

TestsigmaInc/kibbutz-addon-archetype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Testsigma SDK Plugin Archetype

Archetype used to generate Testsigma SDK Addon

Create

mvn archetype:generate -DgroupId=com.testsigma.addons -DartifactId=pdf-validations -Dversion=1.0.0 -DarchetypeArtifactId=kibbutz-plugin-archetype -DarchetypeGroupId=com.testsigma.kibbutz.archetypes -DarchetypeVersion=1.0.0 -DinteractiveMode=false -Dtestsigma-sdk-api-key=sample

Code Analysis

mvn clean com.testsigma.sdk:testsigma-addon-maven-plugin:scan

Upload

mvn clean pacakge

Testing Upload to other than production

add bellow lines to generated addon

<configuration>
  <host>http://dev-kibbutz.testsigma.com</host>
</configuration>