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) - [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: