摘要: 1)Command +space 打开路径搜索 2)Option +Command+c 复制当前路径 3)截图 Command +Shift+3/4 Command +Shift+Control+3/4 [3:全屏,4:部分屏幕] 4)Command + back 删除文件 5)Space 预览选中 阅读全文
posted @ 2021-03-05 16:30 akihi2325 阅读(452) 评论(0) 推荐(0) 编辑
摘要: 参考cypress官网 https://www.cypress.io 通过npm安装cypress,前置条件:node.js 10或12 以上 1.创建一个目录,在该目录下打开终端初始化项目 npm init package name: 你的项目名字叫啥 version: 版本号 descripti 阅读全文
posted @ 2021-03-05 16:27 akihi2325 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 1)获取设备列表 adb devices 2)获取包名和activity adb shell dumpsys window|grep mCurrentFocus 3)解决adb链接多台设备问题 adb -s <设备名> shell——指定device来执行adb shell。 adb -s <设备名 阅读全文
posted @ 2021-03-05 16:25 akihi2325 阅读(45) 评论(0) 推荐(0) 编辑
摘要: time时间参数 ${__time(yyyy-MM-dd HH:mm:ss:SSS,time)} :格式化生成时间格式 2019-04-24 16:13:41:635${__time(,)}:默认该公式精确到毫秒级别, 13位数 1556093845216${__time(/1000,)}:该公式精 阅读全文
posted @ 2021-03-05 16:22 akihi2325 阅读(166) 评论(0) 推荐(0) 编辑