1、首先切换到python虚拟环境(没有虚拟环境的可以跳过这一步)
pyenv activate py3.8.0 //这里输入自己的python版本号
2、安装xmind2testcase
pip3 install xmind2testcase
3、升级xmind2testcase
pip3 install -U xmind2testcase
4、在web端运行xmind2testcase
xmind2testcase webtool 8000 //端口号可以自己设置
5、找到xmind2testcase的ip地址,在浏览器打开
http://0.0.0.0:8000 //可以在运行的log中找到ip地址
6、挂起xmind2testcase服务,确保不会断掉
nohup xmind2testcase webtool 8000
7、修改web端xmind2testcase显示用例数量的限制
cd .pyenv/versions/3.8