Skip to content

Instantly share code, notes, and snippets.

@smarenich
Created August 16, 2016 04:32
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
<?xml version="1.0" encoding="utf-8"?>
<config xmlns="http://tempuri.org/XMLSchema2.xsd">
<general>
<browser>*firefox</browser>
<browserbin>C:\TestSDK\firefox\firefox.exe</browserbin>
<site_dst>
<rmhost/>
<url>http://localhost/BobRentAll</url>
<login>admin</login>
<pswd>123</pswd>
<lang>English</lang>
<cmpid/>
</site_dst>
<screenshots Active="true">
<screenshots_folder>c:\TestSDK\pic\</screenshots_folder>
</screenshots>
</general>
<testing>
<Check Name="Test1"/>
</testing>
</config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment