Skip to content

Commit

Permalink
[v052] add Step(step *allure.Step) method to StepCtx interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Sinyaev Anton Yuryevich committed Apr 7, 2022
1 parent e66ee9c commit 7821a85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/framework/provider/test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ type StepCtx interface {
WithAttachments(attachments ...*allure.Attachment)
WithNewAttachment(name string, mimeType allure.MimeType, content []byte)
NewStep(stepName string, parameters ...allure.Parameter)
Step(step *allure.Step)
Fail()
Broken()

Expand Down

0 comments on commit 7821a85

Please sign in to comment.