Skip to content

Report undefined Cucumber steps as broken - #1419

Open
baev wants to merge 1 commit into
mainfrom
fix-1029
Open

Report undefined Cucumber steps as broken#1419
baev wants to merge 1 commit into
mainfrom
fix-1029

Conversation

@baev

@baevbaev commented Sep 4, 2026

Copy link
Copy Markdown
Member

Context

Cucumber 7 scenarios containing an undefined step are now reported as broken instead of appearing passed, skipped, or without a status. Both the scenario and the undefined step include the message “Undefined Step. Please add step definition,” while subsequent steps remain skipped.

This works consistently whether the undefined step occurs in the middle or at the end of a scenario.

fixes#1029

Checklist

@baevbaev added the pr:bug Something isn't working label Sep 4, 2026
@github-actions

Copy link
Copy Markdown

Allure Report Summary

NameDurationStatsNewFlakyRetryReport
Allure Java – Pull request #141936m 9sPassed tests2289200View
Allure Java GitHub actions run (2026-09-04T18:55:27.098Z)36m 9sPassed tests2289200View

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr:bugSomething isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

🐞: Allure Report with Cucumber Passed When Last Step is Undefined

1 participant

@baev