This repository has been archived by the owner on Dec 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5634321
commit 9320198
Showing
3 changed files
with
49 additions
and
20 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<qa:browsers xmlns:qa="urn:config.gridrouter.qatools.ru"> | ||
<browser name="firefox" defaultVersion="60.0"> | ||
<version number="60.0"> | ||
<region name="1"> | ||
<host name="localhost" port="5555" count="5"/> | ||
<host name="localhost" port="5556" count="5"/> | ||
<host name="localhost" port="5557" count="5"/> | ||
<host name="localhost" port="5558" count="5"/> | ||
</region> | ||
<region name="2"> | ||
<host name="localhost" port="5555" count="5"/> | ||
<host name="localhost" port="5556" count="5"/> | ||
<host name="localhost" port="5557" count="5"/> | ||
<host name="localhost" port="5558" count="5"/> | ||
</region> | ||
</version> | ||
</browser> | ||
<browser name="chrome" defaultVersion="66.0"> | ||
<version number="66.0"> | ||
<region name="1"> | ||
<host name="localhost" port="5555" count="5"/> | ||
<host name="localhost" port="5556" count="5"/> | ||
<host name="localhost" port="5557" count="5"/> | ||
<host name="localhost" port="5558" count="5"/> | ||
</region> | ||
<region name="2"> | ||
<host name="localhost" port="5555" count="5"/> | ||
<host name="localhost" port="5556" count="5"/> | ||
<host name="localhost" port="5557" count="5"/> | ||
<host name="localhost" port="5558" count="5"/> | ||
</region> | ||
</version> | ||
</browser> | ||
</qa:browsers> |
This file was deleted.
Oops, something went wrong.