将excel转换为behave的features文件
Go to file
zmr ac8e045834 提交代码 2023-05-02 11:11:44 +08:00
bin 提交代码 2023-05-02 11:11:44 +08:00
excel_files 提交代码 2023-05-02 11:11:44 +08:00
templates 提交代码 2023-05-02 11:11:44 +08:00
.gitignore Initial commit 2023-05-02 11:09:26 +08:00
Changes.txt 提交代码 2023-05-02 11:11:44 +08:00
LICENSE Initial commit 2023-05-02 11:09:26 +08:00
MANIFEST.in 提交代码 2023-05-02 11:11:44 +08:00
README.md 提交代码 2023-05-02 11:11:44 +08:00
release.py 提交代码 2023-05-02 11:11:44 +08:00
requirements.txt 提交代码 2023-05-02 11:11:44 +08:00
setup.py 提交代码 2023-05-02 11:11:44 +08:00
tox.ini 提交代码 2023-05-02 11:11:44 +08:00

README.md

excel2feature

将excel转换为behave的features文件

使用方法:

  1. 安装python3.7 开发环境 2.用tox构建环境 tox -e devenv 3.将修改后的excel文件放到excel_files目录中 4.运行程序 devenv\Scripts\activate python bin\e2f.py 5.查看output目录生成的feature文件 6.拿生成的feature放到项目中运行一下确认生成的Excel文件符合预期