Skip to content

testsigmahq/testsigma-java-sdk

Repository files navigation

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

   

Testsigma is a community powered test automation platform. With add-ons, anyone can extend the capabilities of Testsigma. Using Testsigma Java SDK you can build add-ons for custom actions, data generators, custom integrations and many more.

Testsigma SDK Dependency

Below is the maven dependency for Testsigma SDK.

<!-- https://mvnrepository.com/artifact/com.testsigma/testsigma-sdk  
<dependency>
    <groupId>com.testsigma</groupId>
    <artifactId>testsigma-sdk</artifactId>
    <version><LATEST_VERSION></version>   
</dependency>

Testsigma Addon Examples

You can refer Testsigma Addons github repository for sample addons.

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.