https://confluence.xpand-it.com/display/public/XRAY/Taking+advantage+of+JUnit+XML+reports
https://docs.pytest.org/en/latest/usage.html#record-xml-attribute
https://docs.pytest.org/en/3.7.2/_modules/_pytest/junitxml.html
https://docs.pytest.org/en/latest/builtin.html
https://docs.qameta.io/allure/#_behave
hook函数介绍:
https://docs.pytest.org/en/latest/writing_plugins.html#hook-function-ordering-call-example
https://docs.pytest.org/en/latest/reference.html#reporting-hooks
官网例子:
http://doc.pytest.org/en/latest/example/simple.html#post-process-test-reports-failures
api 文档:
https://docs.pytest.org/en/latest/reference.html#_pytest.hookspec.pytest_runtest_makereport
pulgins 和hook:
https://docs.pytest.org/en/2.7.3/plugins.html?highlight=re
https://docs.pytest.org/en/latest/example/simple.html
其他网站hook例子:
https://www.codementor.io/@adammertz/writing-a-simple-pytest-hook-zc5wvoj5t
还有b站的一个echooooo有讲fixture的那段视频讲的很清楚
网友评论