# 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.
