The mosip-functional-tests
repository contains the reusable apitest-commons
library, which simplifies API testing with pre-built utilities and helpers. The apitest-commons
can be used as a dependency in POM files for MOSIP testrigs of all the modules and can consume the reusable codes.
This repository consists of:
apitest-commons
:- A reusable library for API testing.
- Released independently to Maven Central under the artifact ID
apitest-commons
. - Includes its own README for detailed instructions on setup and usage.
To use this repository, ensure you have:
- Java 21 (download here).
- Maven 3.9.6 or higher (installation guide).
- Access to necessary MOSIP services or mocked test environments.
- Refer to the ReadMe file README
- Add the following dependency in the POM of required project
<dependency> <groupId>io.mosip.testrig.apirig.apitest.commons</groupId> <artifactId>apitest-commons</artifactId> <version>1.3.0</version> </dependency>
This project is licensed under the terms of Mozilla Public License 2.0