Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Added parametrized dynamic links to use like @allure.link('{link}') or @allure.testcase('{testcase_link}') #496
Conversation
|
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 |
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