diff --git a/docs/changelog.md b/docs/changelog.md index f625445b3..58b992be3 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -7,6 +7,15 @@ layout: Section # Releases +## 2.6.4 + +* **[Playwright]** **Playwright 1.0 support** by **[Georgegriff](https://github.com/Georgegriff)**. + +## 2.6.3 + +* [stepByStepReport plugin] Fixed when using plugin with BeforeSuite. Fixes [#2337](https://github.com/Codeception/CodeceptJS/issues/2337) by **[mirao](https://github.com/mirao)** +* [allure plugin] Fixed reporting of tests skipped by failure in before hook. Refer to [#2349](https://github.com/Codeception/CodeceptJS/issues/2349) & [#2354](https://github.com/Codeception/CodeceptJS/issues/2354). Fix by **[koushikmohan1996](https://github.com/koushikmohan1996)** + ## 2.6.2 * [WebDriver][Puppeteer] Added `forceClick` method to emulate click event instead of using native events. diff --git a/docs/helpers/Playwright.md b/docs/helpers/Playwright.md index ed12606c6..d46f100f8 100644 --- a/docs/helpers/Playwright.md +++ b/docs/helpers/Playwright.md @@ -19,7 +19,7 @@ Uses [Playwright][1] library to run tests inside: This helper works with a browser out of the box with no additional tools required to install. -Requires `playwright` package to be installed: +Requires `playwright` package version ^1 to be installed: npm i playwright@^1 --save