Files
smart-management-auto-test/dulizhan/test_case/run_purchase.bat

8 lines
215 B
Batchfile

@echo off
chcp 65001 >nul
echo ========================================
echo 运行采购相关测试用例
echo ========================================
python run_tests.py --dir "接口/SZPurchase" --report
pause