在安装sdk Manager时发现无法点击安装,安装这个是因appium需要,所以没有下载Android studio
不用下载,你点击就行。把安卓版本这些选好,
看下这个吧 paramunittest用例顺序不正确的问题_Pear_tree的博客-CSDN博客 paramunittest加载用例超过十条顺序错乱1.当用例超过十条时,运行后,用例顺序会不正确2.此时进入paramunittest.py文件中,在_build_name函数下加上下面这段代码即可解决if index < 10 and index is not 0:index = ‘0’ + str(index)return ‘%s_%s’ % (name, index)... https://blog.csdn.net/Pear_tree/article/details/119762216?spm=1001.2014.3001.5501