> For the complete documentation index, see [llms.txt](https://docs.mosip.io/1.2.0/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mosip.io/1.2.0/roadmap-and-releases/releases/api-test-commons-releases/v1.3.4.md).

# v1.3.4

**Release Name**: Api Test Commons Releases

**Release Version:** 1.3.4

**Release Date:** 22nd September, 2025

**Overview**

We are pleased to announce **API Test Commons v1.3.x**, a patch release focused on **Helm chart enhancements**.

This release addresses a critical bug in the existing Helm chart and introduces **Helm chart configurations and deployment scripts for UI Test Rigs**, enabling easier and more reliable deployments across environments.

These updates build on previous 1.3.x releases, ensuring smoother setup, better automation support, and simplified deployment processes for MOSIP automated testing infrastructure.

**Bug Fixes**

| **Bug ID**                                                    | **Description**                                                                    |
| ------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
| [MOSIP-42328](https://mosip.atlassian.net/browse/MOSIP-42328) | Added missing secret of apitestrig for deploying the MOSIP Testrigs using Helmsman |

**Major Highlights (New Developments & Enhancements)**

| **Area**                               | **Key JIRA**                                                  | **Summary**                                                                       |
| -------------------------------------- | ------------------------------------------------------------- | --------------------------------------------------------------------------------- |
| **Helm charts and Deployment scripts** | [MOSIP-42814](https://mosip.atlassian.net/browse/MOSIP-42814) | Created helm chart and deployment scripts for Inji web and Inji Verify uitestrigs |

**Repositories Released**

| **Repository**      | **Version**                                                                  |
| ------------------- | ---------------------------------------------------------------------------- |
| **apitest-commons** | [v1.3.4](https://github.com/mosip/mosip-functional-tests/tree/release-1.3.x) |

**Pre-requisites**

Ensure the following before executing automated tests:

* **Java:** 21
* **Maven:** 3.9.6 or higher
* **Lombok:** Installed and configured

**For Windows**

* Git Bash 2.18.0 or higher
* settings.xml needs to be present in the .m2 folder.

**For Linux**

* settings.xml placed in both:
  * Maven conf folder
  * /usr/local/maven/conf

**Repository & Build**

**Access Test Automation Code**

1. **From Browser**
2. Clone or download the repository as a zip file from[ GitHub](https://github.com/mosip/mosip-functional-tests).
3. Unzip the contents.
4. Continue with the steps below from a terminal (Linux) or command prompt (Windows).
5. **From Git Bash**
6. Copy the git link: <https://github.com/mosip/mosip-functional-tests>
7. On your local system, open Git Bash at any location.
8. Run the following command: git clone <https://github.com/mosip/mosip-functional-tests>

**Build Test Automation Code**

1. Navigate to the apitest-commons directory: cd ../apitest-commons
2. Build the project: mvn clean install -Dgpg.skip=true -Dmaven.gitcommitid.skip=true

Ensure all pre-requisites are met before running the updated tests. Refer to the updated **README** file for detailed setup and execution instructions.

For any issues or further assistance, please open an issue on GitHub.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.mosip.io/1.2.0/roadmap-and-releases/releases/api-test-commons-releases/v1.3.4.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
