Egor Baranov

Results 2 comments of Egor Baranov

> I think this workaround with "dynamic" title in test body it will help you > > ```python > @pytest.mark.parametrize('input, id_value', [(1, 'int'), ('1', 'str')], ids=['int', 'str']) > def test_1(input,...

@rad96 thanks, but your option also suggests using test data in the title, instead of ids. The input parameter in the report is already visible on the right edge of...