From 1ff8c76818a1129e0cadd1680ec934d025f33de3 Mon Sep 17 00:00:00 2001 From: Vitaliy Potapov Date: Sat, 23 Mar 2024 18:31:54 +0400 Subject: [PATCH] upd changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89ce9057..12ab096d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## dev +* fix timeouts in Cucumber reporters, [#107](https://github.com/vitalets/playwright-bdd/issues/107) + ## 6.0.2 * fix spec generation for feature file with background without scenarios, [#104](https://github.com/vitalets/playwright-bdd/issues/104)