This repository contains automated test script for moola api endpoints.
-
Clone the repository
git clone https://github.com/Tero-Labs/moola-api-test-scripts.git
-
Create virtual environment and activate it
python -m venv venv source venv/bin/activate
-
Install dependencies
pip install -r requirements.txt
-
Go to directory
scripts
and runmoola_api_test.py
cd scripts python test_apis.py
-
Any failing api will be printed to stdout and a report will be generated under
reports
directory for the failing apis