[pytest] testpaths = tests python_files = test_*.py python_classes = Test* python_functions = test_* # pytest 生成 Allure 原始结果;HTML 报告请生成到项目 reports/allure-results addopts = -v --tb=short --alluredir=C:/Users/a/PyCharmMiscProject/smart-management-auto-test/Joyhub_ui_auto_test/reports/allure-raw markers = smoke: smoke test cases regression: regression test cases