Commit f0ff212f by 宋鹏博

Update pytest.ini

parent 3809fa2a
[pytest] [pytest]
disable_test_id_escaping_and_forfeit_all_rights_to_community_support = True disable_test_id_escaping_and_forfeit_all_rights_to_community_support = True
addopts = -s --html=report/admin/test_report.html --self-contained-html ;addopts = -s --html=report/admin/test_report.html --self-contained-html
;addopts = pytest.main([r'--alluredir=./report/temp_jsonreport']) ;addopts = pytest.main([r'--alluredir=./report/temp_jsonreport'])
testpaths = ./script testpaths = ./script
python_files = test* python_files = test*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment