Skip to content

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

@gaomengsuijia

Description

@gaomengsuijia

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions