[Feature] Pytest - Rename @allure.testcase decorator to @allure.tms #786
Labels
task:improvement
Change that improves some user experience but can't be considered a new feature
theme:core
I'm submitting a ...
What is the current behavior?
The different Allure API implementations use different names for the testcase link:
@allure.tms:TMS-456
@allure.testcase("TMS-456")
@TmsLink("TMS-456")
[AllureTms("TMS-456")]
this.tms("https://example.com/tms/TMS-456", "TMS-456");
#[TmsLink('TMS-456')]
What is the expected behavior?
For the sake of coherence, could we rename the
@allure.testcase
decorator to@allure.tms
for pytest ?What is the motivation / use case for changing the behavior?
To have a coherent API
Please tell us about your environment:
Other information
The text was updated successfully, but these errors were encountered: