Skip to content

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, or Safari
  • operatingSystem - The operating system you wish to run your tests on.
    • You can enter: Windows, Mac, Linux or Any
  • 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.
  • screenshotFolder - The directory where you want to save screenshots for failed tests.
    • For example C:\UI_Test_Screenshots\ would be a valid setting.

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.