Robot Framework 常用的第三方库

来源:互联网 发布:出国旅游信用卡知乎 编辑:程序博客网 时间:2024/06/05 09:23

整理一些看起来比较常用的维护比较好的库方便以后学习和使用


robotframework-requests

https://github.com/bulkan/robotframework-requests


robotframework-appiumlibrary

https://github.com/serhatbolsu/robotframework-appiumlibrary


robotframework-httplibrary

https://github.com/peritus/robotframework-httplibrary


Robotframework-Database-Library

https://github.com/franz-see/Robotframework-Database-Library


robotframework-pageobjects

https://github.com/ncbi/robotframework-pageobjects


robotframework-debuglibrary

https://github.com/xyb/robotframework-debuglibrary


robotframework-extendedselenium2library

https://github.com/rickypc/robotframework-extendedselenium2library


robotframework-djangolibrary

https://github.com/kitconcept/robotframework-djangolibrary


robotframework-selenium2screenshots

https://github.com/datakurre/robotframework-selenium2screenshots


有了这个,看起来都不用再收集了大笑

awesome-robotframework

https://github.com/fkromer/awesome-robotframework



npp-robot 这个用notepad++写robot挺有用

https://github.com/vkosuri/npp-robot

robotframework-async

https://github.com/Chetic/robotframework-async


在pypi上面搜了一下robotframwork相关的库:

https://pypi.python.org/pypi?%3Aaction=search&term=robotframework&submit=search


还是有一点意外发现:

debug的库

https://pypi.python.org/pypi/robotframework-debuglibrary/1.0.2


语法检查:

https://pypi.python.org/pypi/robotframework-lint/0.9


SCP,基于SSHLibrary,上传下载文件方便

https://pypi.python.org/pypi/robotframework-scpcompat/0.1.0

https://pypi.python.org/pypi/robotframework-scplibrary/1.1.1



workbench:

https://pypi.python.org/pypi/robotframework-workbench/0.5

功能挺多:

  • editor, a text editor optimized for editing pipe-delimited text files
  • debugger, a graphical test monitor and minimal debugger
  • keyword browser, a graphical tool for browsing keyword documentation
  • runner, a graphical front end to pybot and jybot
  • monitor, a tool for monitoring a running test
操作JSON的library

https://pypi.python.org/pypi/robotframework-jsonlibrary/0.2


基于Faker的library,可以生成随机的测试数据:

https://pypi.python.org/pypi/robotframework-faker/4.2.0


嵌入Chart

https://pypi.python.org/pypi/robotframeworkplus/0.2

https://github.com/frehberg/robotframeworkplus

example:https://github.com/frehberg/robotframeworkplus/blob/master/docs/screenshot-chart.png


Async执行库:

https://pypi.python.org/pypi/robotframework-async/1.0.3

https://pypi.python.org/pypi/robotframework-run-keyword-async/1.0.7

这个不错,应该用途很多


JSON validation

https://pypi.python.org/pypi/robotframework-jsonschemalibrary/1.0


Mock-Server

http://www.mock-server.com/


管理robot文件的web webapp

https://pypi.python.org/pypi/robotframework-rfdoc/0.5


WireMock

http://wiremock.org/


加注释的selenium截图

https://pypi.python.org/pypi/robotframework-selenium2screenshots/0.8.0


并行执行:

https://pypi.python.org/pypi/robotframework-pabot/0.43



RobotX

https://github.com/idumpling/robotx/
这个口气不小,回头看看怎么让测试飞起来


Best Practice
https://github.com/idumpling/robotx/blob/master/docs/ROBOT_BEST_PRACTICE.md



原创粉丝点击