Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
张浩
/
BrUITest
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
303ab88d
...
303ab88d844a871362247dd8531f1960a06e2ca1
authored
2021-06-02 14:15:34 +0800
by
zhanghao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
commit
1 parent
22f7f45f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
android/login.air/login.py
android/login.air/login.py
View file @
303ab88
...
...
@@ -2,7 +2,6 @@
__author__
=
"zhanghao"
from
airtest.core.api
import
*
from
airtest.report.report
import
simple_report
auto_setup
(
__file__
,
logdir
=
True
)
connect_device
(
"Android:///2PF4C19807005028?cap_method=javacap&touch_method=adb"
)
...
...
@@ -34,5 +33,3 @@ sleep(3)
assert_exists
(
Template
(
r"tpl1622181718756.png"
,
record_pos
=
(
0.0
,
-
0.31
),
resolution
=
(
1080
,
2340
)),
"验证退出登录正确"
)
stop_app
(
"com.borui.gsjk"
)
# simple_report(__file__)
...
...
Please
register
or
sign in
to post a comment