Skip to content

mosip/mosip-functional-tests

This branch is up to date with master.

Folders and files

NameName
Last commit message
Last commit date
Jan 28, 2025
Jan 28, 2025
Jan 28, 2025
Sep 17, 2024
Jan 28, 2025
Dec 6, 2023
Jul 19, 2019
Jan 23, 2025
Jan 28, 2025
Jan 19, 2023

Repository files navigation

MOSIP Functional Tests

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.


Repository Structure

This repository consists of:

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

Prerequisites

To use this repository, ensure you have:


Apitest Commons

Setting Up and Building the Project

  • Refer to the ReadMe file README

Using it as dependency in the Project

  • 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.1</version>
    </dependency>
    

License

This project is licensed under the terms of Mozilla Public License 2.0