Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
1.增加U2截图选项(也在CHECK_POINT中添加了)
2.增加 -W 命令,用于注册监控函数
-W watch.py
例子 监控函数只识别 以watch开头命名的函数
3.增加状态恢复,即记录执行的suite_setup 当app 或者 页面异常崩溃时,重新执行suite_setup
4.代码中还存在cls_ddt_cases这个 ,感觉用的比较少。原理于ddt_cases一样
5.以上代码执行过程中暂未发现明显bug