Skip to content

mosip/mosip-functional-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

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