ozontech / allure-go

Complete Allure provider in Go which doesn't overload the interface usage
https://t.me/allure_go_chat
Apache License 2.0
317 stars 34 forks source link

add TmsLink and TmsLinks support #68

Closed otryvanov closed 1 year ago

otryvanov commented 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")
}