From cc2533e8cfb21da6d3cf2b9b6f562bc03dbb9a96 Mon Sep 17 00:00:00 2001 From: "reportportal.io" Date: Mon, 5 Jun 2023 10:07:10 +0000 Subject: [PATCH] Mention 5.1.0 version in changelog file --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dce6df..9f829a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ + +## [5.1.0] - 2023-06-05 ### Added - `launchId` option to the config to attach run results to an existing launch. Related to parallel execution on one and several machines [#86](https://github.com/reportportal/agent-js-playwright/issues/86). - `uploadVideo` and `uploadTrace` options to the config to disable auto-attaching the Playwright's [video](https://playwright.dev/docs/api/class-testoptions#test-options-video) and [trace](https://playwright.dev/docs/api/class-testoptions#test-options-trace). Addressed [#98](https://github.com/reportportal/agent-js-playwright/issues/98).