Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/integration-automation/apitestka
A framework for API automation
https://github.com/integration-automation/apitestka
api-testing api-testing-framework automation keyword-driven-testing mocks-server python report-generator test-automation-framework testing testing-framework testing-tools
Last synced: 1 day ago
JSON representation
A framework for API automation
- Host: GitHub
- URL: https://github.com/integration-automation/apitestka
- Owner: Integration-Automation
- License: mit
- Created: 2021-10-22T07:38:29.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-08T10:16:25.000Z (2 months ago)
- Last Synced: 2024-11-13T22:39:57.234Z (6 days ago)
- Topics: api-testing, api-testing-framework, automation, keyword-driven-testing, mocks-server, python, report-generator, test-automation-framework, testing, testing-framework, testing-tools
- Language: Python
- Homepage: https://integration-automation.github.io/APITestka/
- Size: 21 MB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: licenses/APITestka_LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
### APITestka
[![Downloads](https://static.pepy.tech/badge/je-api-testka)](https://pepy.tech/project/je-api-testka)[![Codacy Badge](https://app.codacy.com/project/badge/Grade/f243c4edfc1f4aa3ac87752e3e86b399)](https://www.codacy.com/gh/JE-Chen/APITestka/dashboard?utm_source=github.com&utm_medium=referral&utm_content=JE-Chen/APITestka&utm_campaign=Badge_Grade)
[![APITestka Stable Python3.8](https://github.com/Intergration-Automation-Testing/APITestka/actions/workflows/stable_python3_8.yml/badge.svg)](https://github.com/Intergration-Automation-Testing/APITestka/actions/workflows/stable_python3_8.yml)
[![APITestka Stable Python3.9](https://github.com/Intergration-Automation-Testing/APITestka/actions/workflows/stable_python3_9.yml/badge.svg)](https://github.com/Intergration-Automation-Testing/APITestka/actions/workflows/stable_python3_9.yml)
[![APITestka Stable Python3.10](https://github.com/Intergration-Automation-Testing/APITestka/actions/workflows/stable_python3_10.yml/badge.svg)](https://github.com/Intergration-Automation-Testing/APITestka/actions/workflows/stable_python3_10.yml)
[![APITestka Stable Python3.11](https://github.com/Intergration-Automation-Testing/APITestka/actions/workflows/stable_python3_11.yml/badge.svg)](https://github.com/Intergration-Automation-Testing/APITestka/actions/workflows/stable_python3_11.yml)
### Documentation
[![Documentation Status](https://readthedocs.org/projects/apitestka/badge/?version=latest)](https://apitestka.readthedocs.io/en/latest/?badge=latest)
[APITestka Doc Click Here!](https://apitestka.readthedocs.io/en/latest/)
---
> Project Kanban \
> https://github.com/orgs/Integration-Automation/projects/2/views/1 \
> * API requests automation.
> * Data comparison for each Request.
> * API request in pure CLI mode.
> * Detailed reports on Requests and Responses.
> * HTTP/HTTPS support.
> * SOAP/XML support.
> * JSON support.
> * Generate JSON/HTML/XML report.
> * APITestka script.
> * 1 sec / thousands requests.
> * OS Independent.
> * Mockserver support.
> * Remote Automation support.
> * Project & Template support.
> * httpx Client(NEW)
> * httpx sync/async request.
> * http/2 request support.---
## install
> pip install je_api_testka## Requires
> python 3.9 or later### Architecture Diagram
![Architecture Diagram](architecture_diagram/APITestka_Architecture.drawio.png)