forked from baozhida/AutoTestMacaca
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
1 changed file
with
8 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
# multi-driver | ||
使用testng控制并发,支持ios多台设备并行执行相同的case,也支持ios和android并行,或者android多台并行 | ||
|
||
# macaca多台ios真机设备并行 iproxy设置存在bug | ||
此版本需要修改macaca-ios代码,试初始化ios真机driver时候可以指定iproxy端口 | ||
# macaca多台ios真机设备并行 iproxy设置存在bug,多个设备都会使用8900端口,无法正常判断端口是否可用 | ||
|
||
此版本需要修改macaca-ios代码,初始化ios真机driver时候可以指定iproxy端口 | ||
|
||
替换原本中的,即可使用 | ||
``` | ||
macaca-ios.js | ||
``` |