diff --git a/readme.md b/readme.md index 1beecdc..7b12d66 100644 --- a/readme.md +++ b/readme.md @@ -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. \ No newline at end of file +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.