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--
- Read our Contribution Guide
- Set up your local environment
- Explore some good first add-ons
- Read our Code of Conduct
Help Center
- Talk to us on Discord
- Learn how to use: Documentation
- Find solutions in our Tutorials
Open an issue/bug right here on GitHub - See our guides and tutorials on YouTube
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.