Skip to main content

Convert xmind to zantao csv

Project description

Xmind2Zantao

PyPI

使用说明

https://github.com/lileixuan/xmind2zantao/blob/main/xmind2zantao_web/static/guide/index.md

部署

安装软件包:

pip install xmind2zantao
  1. 快速启动web服务
gunicorn xmind2zantao_web.application:app -e ZANTAO_DEFAULT_EXECUTION_TYPE='功能测试' -p application.pid -b 0.0.0.0:8000 -w 4 -D

环境变量:

`ZANTAO_DEFAULT_EXECUTION_TYPE` 如果指定了值,当用例类型为空的时候会只用该值替换。

打开浏览器,输入上面指定IP地址和端口来使用。

首页

  1. 启用禅道模块检查功能

启动服务时指定相应的环境变量即可

gunicorn xmind2zantao_web.application:app -e ZANTAO_DEFAULT_EXECUTION_TYPE='功能测试' -e ZANTAO_BASE_URL='http://127.0.0.1/zentao' -e ZANTAO_USERNAME=testuser -e ZANTAO_PASSWD='123456' -e ZANTAO_PRODUCT_ID=3 -p application.pid -b 0.0.0.0:8000 -w 4 -D

需要的环境变量如下:

# 禅道地址
ZANTAO_BASE_URL='http://127.0.0.1/zentao'
# 登录用户名
ZANTAO_USERNAME='xxx'
# 登录密码
ZANTAO_PASSWD='xxx'
# 产品ID
ZANTAO_PRODUCT_ID=3

获取产品ID:

产品ID

注意: 目前只支持对一个产品的目录进行检查,如果有多个产品都是用,可以部署多个web服务来暂时解决。

感谢

参考:xmind2testlin xmindparser

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

xmind2zantao-1.0.6-py2-none-any.whl (2.5 MB view details)

Uploaded Python 2

File details

Details for the file xmind2zantao-1.0.6-py2-none-any.whl.

File metadata

  • Download URL: xmind2zantao-1.0.6-py2-none-any.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: Python 2
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.8.3 requests/2.27.1 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.64.1 CPython/2.7.18

File hashes

Hashes for xmind2zantao-1.0.6-py2-none-any.whl
Algorithm Hash digest
SHA256 6f13fc36d8ed645bd7c02175973a77b4b44e128e047849f6deff1a47ef74bd96
MD5 02f3a04f5bbaff21466f6b7755dbc24b
BLAKE2b-256 7ea053dd55ae7c23165b59d24bb1fab34624453da1e4c977791e0c3fee1a7c3a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page