pytest执行用例报“Skipped: no variables file”
pytest执行用例报“Skipped: no variables file”
使用pycharm运行pytest+selenium的测试用例时报错“Skipped: no variables file”,找了很多帖子、方法都没效果,后来看到一个帖子说可能是pycharm同时装了pytest-selenium和pytest-appium插件库,产生冲突造成的,建议卸载pytest-appium库,卸载之后果然好了
本文来自博客园,作者:{IceSparks},转载请注明原文链接:https://www.cnblogs.com/IceSparks/p/16102436.html