Skip to content

Commit

Permalink
Update changelog and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AmsterGet committed Jul 11, 2024
1 parent c169ae5 commit fd9ea21
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
### Added
- ReportingApi with attachment support. Resolves [#122](https://github.com/reportportal/agent-js-jest/issues/122).
- `ReportingApi` with `attachment` method support. Resolves [#122](https://github.com/reportportal/agent-js-jest/issues/122).
- `extendTestDescriptionWithLastError` config option to extend test description with last error message. Resolves [#136](https://github.com/reportportal/agent-js-jest/issues/136). Thanks to [artsiomBandarenka](https://github.com/artsiomBandarenka).
### Changed
- **Breaking change** Drop support of Node.js 10. The version [5.0.8](https://github.com/reportportal/agent-js-jest/releases/tag/v5.0.8) is the latest that supports it.
- `@reportportal/client-javascript` bumped to version `5.1.4`.
### Security
- Updated versions of vulnerable packages (braces).
### Deprecated
- Node.js 12 usage. This version is the latest that supports Node.js 12.
- `token` config option. Use `apiKey` instead.

## [5.0.8] - 2024-01-19
### Deprecated
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ Read more about [retries in jest](https://jestjs.io/ru/docs/jest-object#jestretr

This reporter provides `ReportingApi` in global variables to use it directly in tests to send some additional data to the report.

*Note:* `ReportingApi` does not support tests running in [`concurrent` mode](https://jestjs.io/docs/api#testconcurrentname-fn-timeout) at the moment.

### Reporting API methods

#### attachment
Expand Down

0 comments on commit fd9ea21

Please sign in to comment.