Added parametrized dynamic links to use like @allure.link('{link}') or @allure.testcase('{testcase_link}')
- Added new way to attach allure links
Context
//: # ( Currently, there is a way to use dynamic links inside test method. To have more consistency with parametrized tests and to use links in the same way as @allure.title('{parameter}') I've added another option for dynamic links which allows to use it in same way @allure.link('{parameter}') It allows include links to test cases or to issues in prepared data for parametrized tests )
Checklist
- [x] Sign Allure CLA
- [x] Provide unit tests
Looks like there are some problems with allure-pytest-bdd since I was editing only allure pytest files and the previous PR has the same issue as this one. Please let me know if this PR can be merged (would be nicer to have this functionality in my case but might not make much sense to other users) or simply discarded and closed
Hey @skhomuti, apologies for bothering, is it possible to merge this change or close PR.