Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AmsterGet authored Oct 29, 2024
1 parent cbb6676 commit 86f55e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ The following options can be overridden using ENVIRONMENT variables:
The client supports an asynchronous reporting (via the ReportPortal asynchronous API).
If you want the client to report through the asynchronous API, change `v1` to `v2` in the `endpoint` address.

*Note:* It is highly recommended to use the `v2` endpoint for reporting, especially for extensive test suites.
**Note:** It is highly recommended to use the `v2` endpoint for reporting, especially for extensive test suites.

## Reporting

Expand All @@ -111,11 +111,11 @@ test('basic test', async ({ page }, testInfo) => {
});
```

*Note:* attachment path can be provided instead of body.
**Note:** attachment path can be provided instead of body.

As an alternative to this approach the [`ReportingAPI`](#log) methods can be used.

*Note:* [`ReportingAPI`](#log) methods will send attachments to ReportPortal right after their call, unlike attachments provided via `testInfo.attach` that will be reported only on the test item finish.
**Note:** [`ReportingAPI`](#log) methods will send attachments to ReportPortal right after their call, unlike attachments provided via `testInfo.attach` that will be reported only on the test item finish.

### Logging

Expand Down

0 comments on commit 86f55e7

Please sign in to comment.