Skip to content

testsigmahq/testsigma-addon-archetype

Repository files navigation

Getting started   ⋅   Docs   ⋅   Tutorials   ⋅   Discussions   ⋅   Discord   ⋅   Roadmap   ⋅   YouTube

   

Testsigma Maven Archetype for creating Add-on project

You can create a template Testsigma Add-on project using the Testsigma Maven archetype. To get more details about the Testsigma archetype, please visit below maven repository page. https://mvnrepository.com/artifact/com.testsigma/testsigma-addon-archetype

Syntax:

  mvn archetype:generate \
	    -DgroupId=<GROUP_ID_FOR_YOUR_PROJECT> \
	    -DartifactId=<ARTIFACT_ID> \
	    -Dversion=<YOUR_MODULE_VERSION> \
	    -DarchetypeArtifactId=testsigma-addon-archetype \
	    -DarchetypeGroupId=com.testsigma \
	    -DarchetypeVersion=<LATEST_ARCHETYPE_VERSION> \
	    -DinteractiveMode=false \
	    -Dtestsigma-sdk-api-key=sample

Example

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

Testsigma is a community powered test automation platform. With add-ons, anyone can extend the capabilities of Testsigma. You can find solutions for some of the most popular/complex automation requirements in Testsigma’s Add-ons Marketplace.

Testsigma welcomes everyone to build add-ons for the most complex unsolved test automation challenges.

  • Learn more about Testsigma here
  • Learn more about Testsigma add-ons here
  • Check out the existing add-ons here

Creating an Account

Try Testsigma add-ons by creating an account in our cloud environment. Alternatively, you can also deploy Testsigma on your local machine or private server instance. Follow the links below for more information:

Contribute

We love our contributors! If you'd like to contribute anything from a bug-fix in existing addon to creating new add-ons, start here—

Help Center

Still, having trouble? We want to help! Reach out to us on Discord to get support and ask questions on our community forum.

License

The source code in this directory is under Apache License 2.0.