elchupanebrej / pytest-bdd-ng

BDD library for the py.test runner
https://pytest-bdd-ng.readthedocs.io/en/default/
MIT License
14 stars 3 forks source link

Error when trying to generate Allure results with scenario outline #66

Open aspenboy opened 2 years ago

aspenboy commented 2 years ago

One of my tests is Scenario Outline with some examples. When I try to use --alluredir=<output> param I'm getting following error:

INTERNALERROR> RecursionError: maximum recursion depth exceeded while calling a Python object
elchupanebrej commented 2 years ago

Hi! Could you please run your test in verbose mode and provide part of stack trace related to pytest-bdd-ng

aspenboy commented 2 years ago

Sure! Here's the full log: output.log

elchupanebrej commented 2 years ago

This should be fixed with https://github.com/allure-framework/allure-python/pull/660/