From ac355ebd5b8b3198ce108bd3659456750d4a2347 Mon Sep 17 00:00:00 2001 From: vitalets Date: Wed, 11 Dec 2024 18:44:13 +0400 Subject: [PATCH] test: add timeout in bg --- .../features/failing-bg/error.feature | 2 +- .../features/failing-bg/timeout.feature | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 test/reporter-cucumber-html/features/failing-bg/timeout.feature diff --git a/test/reporter-cucumber-html/features/failing-bg/error.feature b/test/reporter-cucumber-html/features/failing-bg/error.feature index 1438a27c..b3b94de1 100644 --- a/test/reporter-cucumber-html/features/failing-bg/error.feature +++ b/test/reporter-cucumber-html/features/failing-bg/error.feature @@ -1,4 +1,4 @@ -Feature: failing-bg +Feature: error-in-bg Background: Given step with page diff --git a/test/reporter-cucumber-html/features/failing-bg/timeout.feature b/test/reporter-cucumber-html/features/failing-bg/timeout.feature new file mode 100644 index 00000000..85b089b1 --- /dev/null +++ b/test/reporter-cucumber-html/features/failing-bg/timeout.feature @@ -0,0 +1,11 @@ +Feature: timeout-in-bg + + Background: + Given step with page + Given timeouted step + + Scenario: scenario 1 + Given Action 1 + + Scenario: scenario 2 + Given Action 2