We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 202329f commit f35dbe7Copy full SHA for f35dbe7
allure-pytest/examples/display_name/display_name.rst
@@ -17,3 +17,8 @@ Titles support placeholders for arguments.
17
... @pytest.mark.parametrize('param', [False])
18
... def test_display_name_template(param):
19
... assert param
20
+
21
+ >>> @allure.title("A some test title with ParameterSet id {param_id}")
22
+ ... @pytest.mark.parametrize('param', [False], ids=["some_id"])
23
+ ... def test_display_name_parameter_set_id(param):
24
+ ... assert param
0 commit comments