Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to add parametr to name of paramerised test case #770

Open
1 of 3 tasks
KatrinTor opened this issue Oct 3, 2023 · 1 comment
Open
1 of 3 tasks

Add ability to add parametr to name of paramerised test case #770

KatrinTor opened this issue Oct 3, 2023 · 1 comment
Labels
task:new feature Requesting new capability or software feature

Comments

@KatrinTor
Copy link

Hello.

I'm submitting a ...

  • bug report
  • feature request
  • support request => Please do not submit support request here, see note at the top of this template.

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.
image

@allure.title('TEST')
@pytest.mark.parametrize('browser_manager', [param1, param2, param3, param4, param5, param6], indirect=True)
def test():
 with allure.step('1'):
 pass
with allure.step('2'):
pass

What is the expected behavior?

It would be great to have ability to add parameter to name of parameterized test case.
test

Please tell us about your environment:

@cheshi-mantu cheshi-mantu added the task:new feature Requesting new capability or software feature label Oct 3, 2023
@joaonc
Copy link

joaonc commented Nov 8, 2023

Seems related to #341

Allure guys: a this is a feature in demand! Doesn't seem that hard to fix/implement either.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
task:new feature Requesting new capability or software feature
Projects
None yet
Development

No branches or pull requests

3 participants