ERROR: usage: pytest [options] [file_or_dir] [file_or_dir] [...]
pytest: error: unrecognized arguments: --allure=./report
inifile: None
rootdir: /home/deploy/test_dir/test_cases/back-one/test_collection
证明pytest 传参错误,需要你 --allure=./report的./report传递一个具体路径
pytest --alluredir=/home/deploy/test_dir/test_cases/back-one/test_collection/report