From e6c4433258099265044c5b4bc309bff783ed4d33 Mon Sep 17 00:00:00 2001 From: Dimitar Topuzov Date: Sun, 15 Dec 2024 21:43:20 +0200 Subject: [PATCH] chore: update REAME.md files --- dotnet/README.md | 3 +-- python/README.md | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/dotnet/README.md b/dotnet/README.md index 8f91302..4a4f80b 100644 --- a/dotnet/README.md +++ b/dotnet/README.md @@ -8,11 +8,10 @@ Example how we can test UI and APIs with C#. - Microsoft.Net.Http - Newtonsoft.Json - Selenium.WebDriver -- WebDriverManager ## Before Run -Install [.NET SDK 6](https://dotnet.microsoft.com/en-us/download/dotnet/6.0). +Install [.NET SDK 8](https://dotnet.microsoft.com/en-us/download/dotnet/8.0). Setup following environment variables: diff --git a/python/README.md b/python/README.md index b5a1e77..c3e2706 100644 --- a/python/README.md +++ b/python/README.md @@ -9,7 +9,6 @@ Technologies: - [pytest-xdist](https://pypi.org/project/pytest-xdist/) to run tests in parallel. - [requests](https://pypi.org/project/requests/) to perform api calls. - [selenium](https://pypi.org/project/selenium/) to drive browsers. -- [webdriver-manager](https://pypi.org/project/webdriver-manager/) to handle browser drivers. ## Requirements