Open
Description
Discussed in https://github.com/orgs/allure-framework/discussions/2987
Originally posted by cml8ds May 5, 2025
I run my test suite using pytest --continue-on-collection-errors
option.
I don't see the failing tests at collection step in the report and it seems that allure-pytest is not creating any json files in alluredir for these tests.
Is there a way to change this behavior?