A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/allure-framework/allure-core/wiki/Test-Case-ID below:

Test Case ID · allure-framework/allure1 Wiki · GitHub

This feature is supported since Allure 1.4.6.

Test Case ID is reference to test case in so-called Test Management System (TMS). It is not allowed to have more than one reference per test case by definition.

To link a test case to Test Management System, you can use @TestCaseId annotation. Simply specify the test case ID as shown below:

@TestCaseId("TMS-1")
public void testSomething() {
     ...
}
Test Management System URL

To specify TMS URL, use the allure.tests.management.pattern property during HTML report generation (either in the allure.properties file or as your build tool property):

allure.tests.management.pattern=http://tms.yourcompany.com/tests/%s

In this pattern, the %s placeholder will be replaced with the test case ID from the annotation.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4