allure-go
allure-go copied to clipboard
Allure report is not correct in runner execute
Actual result: Duplication
Expected result: Should be without duplication
func TestExampleSingleTest_AllureProviderT(t *testing.T) {
runner.Run(t, "Single test", func(t provider.T) {
})
}