Robot framework 环境配置
一、介绍
Robot Famework 是一款python编写的功能自动化测试框架。具备良好的可扩展性,支持关键字驱动,可以同时测试多种类型的客户端或者接口,可以进行分布式测试执行。主要用于轮次很多的验收测试和验收测试驱动开发(ATDD)。
二、安装 python 和 pycharm
三、pycharm 插件
IntelliBot
File—>settings—>Plugins—>搜索 IntelliBot—>install配置robotframework的文件类型识别
File—>settings—>Editor—>File Types –>Robot Feature –>在Registered Patterns 中添加两种类型:*.txt,*.robot运行配置
File—>settings—>Tools—>External Tools –>添加两个运行配置。suite 运行时配置
1 | name: Robot Run TestSuite |
参考文章:
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 汤一饭!