Skip to content

Commit 83859d3

Browse files
authored
README: added dotnet Integration tests Quickstart (#11317)
Create README.md for dotnet Integration tests A short quick-start for running integration tests on dotnet.
1 parent 6cee467 commit 83859d3

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

dotnet/test/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Selenium.Net Integration Tests
2+
3+
## Running tests locally
4+
5+
- Update `common\appconfig.json` : <br>
6+
A. Set 'DriverServiceLocation' property value to your local folder of webdrivers. <br>
7+
B. If you would like to run other drivers beside 'Chrome', Set 'ActiveDriverConfig' to one of the other drivers names, i.e. 'Firefox'.
8+
- Drivers can be downloaded from [Here](https://www.selenium.dev/documentation/webdriver/getting_started/install_drivers/#quick-reference).
9+
- Run the tests in NUnit.
10+
11+
## Running tests on remote server
12+
13+
- Follow the instructions on [Quick start selenium server](https://www.selenium.dev/documentation/grid/getting_started/).
14+
- Update `remote\ChromeRemoteWebDriver.cs` Uri to your remote server IP and port. i.e. "http://10.100.102.3:4444/wd/hub/".
15+
- Same goes for the rest of the drivers types you would like to use. (can be found under 'test\remote').
16+
- Run the tests in NUnit.

0 commit comments

Comments
 (0)