Skip to content

Commit

Permalink
test: add timeout in bg
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalets committed Dec 11, 2024
1 parent 0ec334e commit ac355eb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Feature: failing-bg
Feature: error-in-bg

Background:
Given step with page
Expand Down
11 changes: 11 additions & 0 deletions test/reporter-cucumber-html/features/failing-bg/timeout.feature
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ac355eb

Please sign in to comment.