We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd2ba71 commit 2422016Copy full SHA for 2422016
1 file changed
Allure.SpecFlowPlugin/README.md
@@ -139,8 +139,8 @@ You can add attachments to an Allure report from your step bindings:
139
```csharp
140
using Allure.Commons;
141
...
142
-AllureLifecycle.AddAttachment(path, "Attachment Title");
+AllureLifecycle.Instance.AddAttachment(path, "Attachment Title");
143
// or
144
-AllureLifecycle.AddAttachment("Attachment Title", "application/txt", "path");
+AllureLifecycle.Instance.AddAttachment("Attachment Title", "application/txt", "path");
145
// where "application/txt" - type of your attachment
146
```
0 commit comments