Skip to content

Commit c3801f6

Browse files
Create README.md
Add README file
0 parents  commit c3801f6

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# API Automation Framework in Python
2+
3+
## Description
4+
This project is an automation framework for testing APIs using Python and pytest, integrated with CI/CD using GitHub Actions.
5+
6+
## Features
7+
- Easy-to-use API client
8+
- Automated testing with pytest
9+
- CI/CD setup using GitHub Actions
10+
11+
## Installation
12+
To install the necessary dependencies, run:
13+
pip install -r requirements.txt
14+
15+
Run the test using:
16+
pytest

0 commit comments

Comments
 (0)