-
Notifications
You must be signed in to change notification settings - Fork 4
Updating the XML File Directly
chrimuno edited this page Sep 3, 2017
·
2 revisions
The following configuration settings can be set in the App.config file:
-
targetBrowser
- The desired browser you wish to run your tests on.- You can enter:
Chrome
,Ie
,Firefox
, orSafari
- You can enter:
-
operatingSystem
- The operating system you wish to run your tests on.- You can enter:
Windows
,Mac
,Linux
orAny
- You can enter:
-
seleniumHubUri
- The uri where the Selenium Hub is running.- For example
http://localhost:4444/wd/hub
would be a valid setting. - If the tests are running locally, don't change this setting.
- For example
-
screenshotFolder
- The directory where you want to save screenshots for failed tests.- For example
C:\UI_Test_Screenshots\
would be a valid setting.
- For example
Note: If you want to run a test against a Mac or a Safari browser, you have to set up a Selenium Node on a Mac machine.
Copyright © 2017 Christian Munoz
-
Selenium Automation Toolbox
- Release Notes
- License
- Project Breakdown
- Selenium Prerequisites
- Running the Automated UI Tests
- Configuration Settings