We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
One of my tests is Scenario Outline with some examples. When I try to use --alluredir=<output> param I'm getting following error:
Scenario Outline
--alluredir=<output>
INTERNALERROR> RecursionError: maximum recursion depth exceeded while calling a Python object
The text was updated successfully, but these errors were encountered:
Hi! Could you please run your test in verbose mode and provide part of stack trace related to pytest-bdd-ng
Sorry, something went wrong.
Sure! Here's the full log: output.log
This should be fixed with allure-framework/allure-python#660
No branches or pull requests
One of my tests is
Scenario Outline
with some examples. When I try to use--alluredir=<output>
param I'm getting following error:The text was updated successfully, but these errors were encountered: