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)
|
||||
- [Installation](#installation)
|
||||
- [Project Structure](#project-structure)
|
||||
- [Configuration](#configuration)
|
||||
- [Prerequisites for Testing](#prerequisites-for-testing)
|
||||
- [Running Tests](#running-tests)
|
||||
- [Reporting](#reporting)
|
||||
@@ -61,9 +60,6 @@ automation-api-testing-framework
|
||||
- `storage`: caching class for storing api data.
|
||||
- `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
|
||||
### 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:
|
||||
@@ -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