This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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文件符合预期