Created
August 16, 2016 04:32
-
-
Save smarenich/7a8ed45cbce62a9d683cdf966c2224c6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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