Seldom 接口测试项目 新建和执行
创建项目
seldom --project-api its-api
项目目录说明

执行测试
python .\test_dir\test_company.py --执行指定测试文件
python ./run.py ---全量执行目录下所有测试用例 使用run.py中传入的全局参数


GitHub地址:https://github.com/SeldomQA/seldom
seldom --project-api its-api

python .\test_dir\test_company.py --执行指定测试文件
python ./run.py ---全量执行目录下所有测试用例 使用run.py中传入的全局参数


GitHub地址:https://github.com/SeldomQA/seldom