Pytest+selenium UI自动化测试实战实例(超详细)
今天来说说pytest吧,经过几周的时间学习,有收获也有疑惑,总之最后还是搞个小项目出来证明自己的努力不没有白费。
环境准备1 确保您已经安装了python3.x
2 配置python3+pycharm+selenium2开发环境
3 安装pytest库pip install pytest
4 安装pytes

