Skip to content

To display the test-method parameter in the @allure.title #196

@AlexanderGrigoryev

Description

@AlexanderGrigoryev

I'm submitting a ...

  • feature request

What is the expected behavior?

It is required to display the test-method parameter in the @allure.title()

@allure.title('Test object {obj_name}')
@pytest.mark.parametrize('obj_name', ['First', 'Second', 'Third'])
def test_object(self, obj_name):
    pass

What is the motivation / use case for changing the behavior?

Using the filter by the test-method parameter

Please tell us about your environment:

  • Allure version: 2.4.0
  • Test framework: pytest@3.3.1
  • Allure adaptor: allure-pytest@2.3.1b1

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions