From 9d888a3466ae624b16242592be058b205c597f0a Mon Sep 17 00:00:00 2001 From: cerosh Date: Fri, 30 Aug 2024 21:03:43 +1000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95f9438..adfdb3a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ - Enhanced Readability: With common functionality abstracted into fixtures, the test scripts focus more on the specific test logic, enhancing overall readability and making it easier for developers to understand and extend the test cases.
**Limitations**
-Credentials: The test scripts hardcode authentication credentials, posing a security risk and reducing flexibility. +- Credentials: The test scripts hardcode authentication credentials, posing a security risk and reducing flexibility. - URLs: Endpoints and URLs are hardcoded, making the framework less adaptable to changes in the API environment or testing different environments.