Closed otryvanov closed 1 year ago
Description Added support for TmsLink and TmsLinks in Allure according to the docs
func TestSomething(t *testing.T) { t.TmsLink("TMS-112") }
or
func TestSomething(t *testing.T) { t.TmsLinks("TMS-110","TMS-112") }
Description Added support for TmsLink and TmsLinks in Allure according to the docs
or