diff --git a/CHANGELOG.md b/CHANGELOG.md index 664ebdb..467a841 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ### 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`. @@ -7,6 +8,7 @@ - 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 diff --git a/README.md b/README.md index f0b742c..e4abc61 100755 --- a/README.md +++ b/README.md @@ -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