slavos1 / pytest-bdd-html

pytest plugin to display BDD info in HTML test report
MIT License
3 stars 0 forks source link

Make user_properties keys unique #10

Open slavos1 opened 1 year ago

slavos1 commented 1 year ago

The keys in user_properties array are potentially not safe: such key as feature or scenario can be added by tests via record_property fixture. Make it safer with, say, pytest-bdd-html.feature or even totally randomized keys (how to remember the seed then?).

https://github.com/slavos1/pytest-bdd-html/blob/b2a7685d6dbb8195d6ef65a066c504e953f01609/pytest_bdd_html/plugin.py#L67