Skip to content

Commit

Permalink
issue-55: Set up/Tear down sections are not displayed in tests withou…
Browse files Browse the repository at this point in the history
…t suite
  • Loading branch information
dkx86 committed Jun 10, 2024
1 parent 4903fa0 commit f135ba1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/framework/core/allure_manager/manager/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,8 @@ func (a *allureManager) NewTest(testName, packageName string, tags ...string) {
}

func (a *allureManager) FinishTest() error {
if err := a.testMeta.GetContainer().Done(); err != nil {
return err
}
return a.testMeta.GetResult().Done()
}

0 comments on commit f135ba1

Please sign in to comment.