Skip to content

Commit

Permalink
chore: update REAME.md files
Browse files Browse the repository at this point in the history
  • Loading branch information
dtopuzov committed Dec 15, 2024
1 parent 1fce239 commit e6c4433
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions dotnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
1 change: 0 additions & 1 deletion python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e6c4433

Please sign in to comment.