We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Originally reported via Stack Overflow at https://stackoverflow.com/questions/76312897/getting-a-no-step-definition-method-match-found-for-setup-in-karate-with-ret
When retrying the first failed scenario that was originally created via outline utilizing a @setup scenario we are seeing errors like:
@setup
no step-definition method match found for: @setup
It seems "fake" steps (e.g. added via ScenarioResult.addFakeStepResult()) are being included during retries and those should be filtered out.
ScenarioResult.addFakeStepResult()
The text was updated successfully, but these errors were encountered:
1.4.1 released
Sorry, something went wrong.
jkeys089
No branches or pull requests
Originally reported via Stack Overflow at https://stackoverflow.com/questions/76312897/getting-a-no-step-definition-method-match-found-for-setup-in-karate-with-ret
Problem
When retrying the first failed scenario that was originally created via outline utilizing a
@setup
scenario we are seeing errors like:Root Cause
It seems "fake" steps (e.g. added via
ScenarioResult.addFakeStepResult()
) are being included during retries and those should be filtered out.The text was updated successfully, but these errors were encountered: