Open KatrinTor opened 1 year ago
Seems related to https://github.com/allure-framework/allure-python/issues/341
Allure guys: a this is a feature in demand! Doesn't seem that hard to fix/implement either.
Any chance replacement could be provided for @allure.testcase
as part of this? The following approach works great with @allure.title
, but results in an unusable URL in the report.
TEST_DATA = [
pytest.param("MyUsername", "myPassword", "https://testrepo.com/repositories/6?case_id=283589"),
pytest.param("MyUsername", "InvalidPassword", "https://testrepo.com/repositories/6?case_id=283590"),
]
...
@pytest.mark.parametrize("username, password, test_case_url", TEST_DATA)
@allure.testcase(url="{test_case_url}", name="MyTestRepo")
def test_general_login(
Hello.
I'm submitting a ...
It would be great to have ability to add parameter to name of parameterized test case.
What is the current behavior?
If I have a huge number of parameters in my test case it becomes tricky to find righr one in allure report.
What is the expected behavior?
It would be great to have ability to add parameter to name of parameterized test case.
Please tell us about your environment: