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
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
Created helm chart and deployment scripts for Inji web and Inji Verify uitestrigs
Repositories Released
Repository
Version
apitest-commons
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
From Browser
Clone or download the repository as a zip file from GitHub.
Unzip the contents.
Continue with the steps below from a terminal (Linux) or command prompt (Windows).
From Git Bash
Copy the git link: https://github.com/mosip/mosip-functional-tests
On your local system, open Git Bash at any location.
Run the following command: git clone https://github.com/mosip/mosip-functional-tests
Build Test Automation Code
Navigate to the apitest-commons directory: cd ../apitest-commons
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.
Last updated
Was this helpful?