allure-go icon indicating copy to clipboard operation
allure-go copied to clipboard

Allure report is not correct in runner execute

Open siller174 opened this issue 2 years ago • 0 comments

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

siller174 avatar Jul 14 '22 17:07 siller174