文件名称:pytest-jira-xray:pytest插件可将测试结果上传到JIRA XRAY
文件大小:13KB
文件格式:ZIP
更新时间:2024-05-02 18:19:53
Python
pytest-jira-xray
pytest-jira-xray是pytest的插件,可将测试结果上传到JIRA XRAY。
安装
pip install pytest-jira-xray
或者
python setup.py install
用法
使用JIRA XRAY测试ID标记测试
# -- FILE: test_example.py
import pytest
@ pytest . mark . xray ( 'JIRA-1' )
def test_one ():
assert True
设置系统环境:
export XRAY_API_BASE_URL=
【文件预览】:
pytest-jira-xray-master
----.travis.yml(154B)
----tests()
--------conftest.py(383B)
--------mock_server.py(1KB)
--------test_xray.py(645B)
--------__init__.py(0B)
----tox.ini(284B)
----LICENSE(11KB)
----src()
--------pytest_xray()
----setup.cfg(877B)
----setup.py(39B)
----.gitignore(2KB)
----README.md(976B)