Convert xmind to zantao csv
Project description
Xmind2Zantao
使用说明
https://github.com/lileixuan/xmind2zantao/blob/main/xmind2zantao_web/static/guide/index.md
部署
安装软件包:
pip install xmind2zantao
- 快速启动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地址和端口来使用。
- 启用禅道辅助功能
启用禅道辅助功能后,将会开启登录验证功能。用户可使用禅道账户登录,辅助功能的权限和登录账户一致。
启动服务时指定相应的环境变量即可
gunicorn xmind2zantao_web.application:app -e ZANTAO_DEFAULT_EXECUTION_TYPE='功能测试' -e ZANTAO_BASE_URL='http://127.0.0.1/zentao' -e ZANTAO_PRODUCT_ID=1,3 -p application.pid -b 0.0.0.0:8000 -w 4 -D
需要的环境变量如下:
# 禅道地址
ZANTAO_BASE_URL='http://127.0.0.1/zentao'
# 产品ID列表,逗号分割。如果配置了,将只能看到配置的产品。
ZANTAO_PRODUCT_ID=1,3
获取产品ID:
感谢
参考: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
File details
Details for the file xmind2zantao-2.0.2-py2-none-any.whl
.
File metadata
- Download URL: xmind2zantao-2.0.2-py2-none-any.whl
- Upload date:
- Size: 2.4 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.10.1 tqdm/4.64.1 CPython/2.7.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4d715f7f2df1b916f13859ced3aab877361a86312955558332f5edbb3fff5303 |
|
MD5 | df732c7bd85938085b42447edb87d6ca |
|
BLAKE2b-256 | 6162dd715d001af13488c4ebbc62a4fb4aeec06f50694bf81ad42e9fb35666aa |