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
306 stars 33 forks source link

Allure report is not correct in runner execute #16

Closed siller174 closed 2 years ago

siller174 commented 2 years ago

Actual result: Duplication

Expected result: Should be without duplication

func TestExampleSingleTest_AllureProviderT(t *testing.T) {
    runner.Run(t, "Single test", func(t provider.T) {

    })
}

image