Skip to content

Gemini-Solutions/gempyp

Repository files navigation

GemPyp

GemPyP

An out of the box Python Automation Framework

WebsiteDocsRepo

Table of contents

  1. Overview
  2. Installation
  3. Requirements
  4. Features
  5. Usage
  6. Documentations
  7. Contributors
  8. More
  9. Credits

Overview

GemPyP is a testing and reporting framework that allows automatic execution of testcases along with generation of the report, that enables effortless analysis and monitoring of the set.

The setting and configurations, including the testcases are passed as a config file to the framework, then GemPyP handles the environments, execution, reporting, storing data and miscellaneous.

It allows-

  • Email integration
  • Parallel execution of testcases
  • Customization of test Suite reports
  • Platform independence (Supports Linux, Windows and MacOS)

Installation

For installation make sure require version of python and pip is installed in the system.

$ pip install gempyp

Requirements

Python version 3.6 or above

Required Libraries

  • certifi==2022.6.15
  • cffi==1.15.0
  • charset-normalizer==2.0.12
  • coloredlogs==15.0.1
  • cryptography==37.0.2
  • humanfriendly==10.0
  • idna==3.3
  • lxml==4.9.0
  • ntlm-auth==1.5.0
  • numpy==1.22.4
  • pandas==1.4.2
  • pycparser==2.21
  • pyreadline3==3.4.1
  • python-dateutil==2.8.2
  • pytz==2022.1
  • requests==2.28.0
  • requests-ntlm==1.1.0
  • six==1.16.0
  • urllib3==1.26.9

These libraries will get downloaded automatically with the package.

Features

  1. Easy to use.
  2. Cross Platform.
  3. Multiple modes of execution.
  4. Static Report generated after execution.
  5. Saves Time

Usage

Can be used in API Automation and testing python testcases.

Documentations

The official documentation is hosted on Read the Docs: https://gempyp.readthedocs.io/en/latest/

Contributors

We welcome and recognize all contributions. You can see a list of current contributors in the contributors tab.

More

For more information visit https://gempyp.gemecosystem.com/ and https://gemecosystem.com/

Credits

  • TODO