Home>
there is the following situation: certain tests are run several times by different pytest commands
pytest -sv test_directory1 /test1.py --alluredir= directory1
pytest -sv test_directory2 /test2.py --alluredir= directory2
.....
pytest -sv test_directoryN /testN.py --alluredir= directoryN
Is it possible to make one allure report for several alluredir? Honestly, I can't google, and I'm not very strong at allure
-
Answer # 1
as it turned out, there is no special need for this, tk. allure serve $ {directory} automatically generates a report from all contained xml files in this directory