Skip to content

Commit

Permalink
[v0613] update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sinyaev Anton Yuryevich committed Jul 28, 2022
1 parent 03930cf commit 4154e43
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkg/framework/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,13 @@ Main interfaces for test working are `provider.T` and `provider.StepCtx`.
| `WithAttachments(attachment ...*allure.Attachment)` | Add `allure.Attachment` to the current step. |
| `WithNewAttachment(name string, mimeType allure.MimeType, content []byte)` | Create new `allure.Attachment` file and adds it to the current step. |

#### Parameter methods

| Method | Description |
|:-------------------------------------------------|:-------------------------------------------------------------------:|
| `WithParameters(parameters ...allure.Parameter)` | Add `allure.Parameter` to the report body. |
| `WithNewParameters(kv ...interface{})` | Creates new `Allure.Parameters` and attach them to the report body. |

#### Assertion methods

| Method | Description |
Expand Down

0 comments on commit 4154e43

Please sign in to comment.