allure-python icon indicating copy to clipboard operation
allure-python copied to clipboard

Pytest: report collection errors

Open delatrie opened this issue 9 months ago • 0 comments

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?

delatrie avatar May 05 '25 15:05 delatrie