allure-python icon indicating copy to clipboard operation
allure-python copied to clipboard

Added parametrized dynamic links to use like @allure.link('{link}') or @allure.testcase('{testcase_link}')

Open Kirikami opened this issue 5 years ago • 3 comments

  • 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

Kirikami avatar Jun 15 '20 08:06 Kirikami

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Jun 15 '20 08:06 CLAassistant

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

Kirikami avatar Jul 02 '20 07:07 Kirikami

Hey @skhomuti, apologies for bothering, is it possible to merge this change or close PR.

Kirikami avatar Mar 22 '21 13:03 Kirikami