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

When the version of behave is v1.2.7.dev5, an error will appear when running using allure_behave as the report formatter.

Open gaomengsuijia opened this issue 2 years ago • 1 comments

When the version of behave is v1.2.7.dev5, an error will appear when running using allure_behave as the report formatter.

The following is the error log:

File "Lib\site-packages\allure_behave\listener.py", line 100, in stop_scenario
should_run = (scenario.should_run_with_tags(self.behave_config.tags) and

File "Lib\site-packages\behave\model_core.py", line 398, in should_run_with_tags
return tag_expression.check(self.effective_tags)

AttributeError: 'list' object has no attribute 'check'

gaomengsuijia avatar Oct 09 '23 01:10 gaomengsuijia

I am having the same problem, how to solve it ? @gaomengsuijia

lindaandiyani avatar Nov 28 '23 07:11 lindaandiyani