Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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= \
-DartifactId= \
-Dversion= \
-DarchetypeArtifactId=testsigma-addon-archetype \
-DarchetypeGroupId=com.testsigma \
-DarchetypeVersion= \
-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.

About

testsigma-addon-archetype

Topics

Resources

Readme

License

Apache-2.0 license

Code of conduct

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 17

Languages