Update readme.md

This commit is contained in:
2024-07-22 15:30:24 +01:00
committed by GitHub
parent ff3848398a
commit f5cc2a1a21

View File

@@ -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.