测试套件
| 名称 | 类型 | 命令 |
|---|---|---|
| API smoke tests | python -m pytest API_Automation/cases -v -m smoke --alluredir=Reports/platform/{task_id}/allure-results | |
| API full regression | python -m pytest API_Automation/cases -v --alluredir=Reports/platform/{task_id}/allure-results | |
| iOS UI smoke tests | python -m pytest UI_Automation/Tests -v -n 0 -m smoke --alluredir=Reports/platform/{task_id}/allure-results | |
| iOS UI full regression | python -m pytest UI_Automation/Tests -v -n 0 --alluredir=Reports/platform/{task_id}/allure-results | |
| Performance tests | locust -f Performance/locust_scripts/locustfile.py --headless |
导入测试套件