allure-framework / allure-python

Allure integrations for Python test frameworks
https://allurereport.org/
Apache License 2.0
718 stars 237 forks source link

Ability to add custom parameters from within allure.parameters #699

Closed OSnuszka closed 1 year ago

OSnuszka commented 1 year ago

I'm submitting a

What is the current behavior?

Currently, custom parameters I am only able to add through @pytest.mark.parametrize("a,b,expected", ....) then I am able to get the following effect 2022-10-13_17h42_33

What is the expected behavior?

I would like to be able to add custom parameters from within allure.parameters

Please tell us about your environment:

skhomuti commented 1 year ago

looks like #565 should be raised up again

OSnuszka commented 1 year ago

It would be great be possible to merge these changes