You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: