mirror of
https://github.com/hmalik144/api-testing-automation-framework.git
synced 2025-12-10 02:55:21 +00:00
Update readme.md
This commit is contained in:
@@ -6,7 +6,6 @@ This repository contains an Automation API Testing Framework built with Kotlin a
|
|||||||
- [Prerequisites](#prerequisites)
|
- [Prerequisites](#prerequisites)
|
||||||
- [Installation](#installation)
|
- [Installation](#installation)
|
||||||
- [Project Structure](#project-structure)
|
- [Project Structure](#project-structure)
|
||||||
- [Configuration](#configuration)
|
|
||||||
- [Prerequisites for Testing](#prerequisites-for-testing)
|
- [Prerequisites for Testing](#prerequisites-for-testing)
|
||||||
- [Running Tests](#running-tests)
|
- [Running Tests](#running-tests)
|
||||||
- [Reporting](#reporting)
|
- [Reporting](#reporting)
|
||||||
@@ -61,9 +60,6 @@ automation-api-testing-framework
|
|||||||
- `storage`: caching class for storing api data.
|
- `storage`: caching class for storing api data.
|
||||||
- `utils`: Helper functions and utilities.
|
- `utils`: Helper functions and utilities.
|
||||||
|
|
||||||
## Configuration
|
|
||||||
Configuration files are located in the `src/main/kotlin/com/yourpackage/config` directory. Modify the configuration files as per your testing environment.
|
|
||||||
|
|
||||||
## Prerequisites for Testing
|
## Prerequisites for Testing
|
||||||
### Create a .env File
|
### Create a .env File
|
||||||
In the root directory of your project, create a file named .env. This file will hold all your environment-specific variables. For example:
|
In the root directory of your project, create a file named .env. This file will hold all your environment-specific variables. For example:
|
||||||
@@ -95,4 +91,4 @@ This project is licensed under the MIT License. See the [LICENSE](LICENSE.md) fi
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Thank you for using the Automation API Testing Framework! If you have any questions, feel free to open an issue or contact the project maintainers.
|
Thank you for using the Automation API Testing Framework! If you have any questions, feel free to open an issue or contact the project maintainers.
|
||||||
|
|||||||
Reference in New Issue
Block a user