From f6d629bbb55d0ab118ee1043efbf24a8df27a028 Mon Sep 17 00:00:00 2001 From: Vitaliy Potapov Date: Sun, 10 Mar 2024 16:34:23 +0400 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 014166e7..10a644a8 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Run [BDD](https://cucumber.io/docs/bdd/) tests with [Playwright](https://playwri > Inspired by the issue in the Playwright repo [microsoft/playwright#11975](https://github.com/microsoft/playwright/issues/11975) -> 🔥 Check out [decorators syntax](https://vitalets.github.io/playwright-bdd/#/decorators) to define BDD steps right inside Page Object Models +> 🔥 Playwright-bdd **v6** is out! Check out [Cucumber reporters](https://vitalets.github.io/playwright-bdd/#/reporters/cucumber) and share your feedback ## Why Playwright runner? Both [Playwright](https://playwright.dev/) and [CucumberJS](https://github.com/cucumber/cucumber-js) have their own test runners.