badeball / cypress-cucumber-preprocessor

Run cucumber/gherkin-syntaxed specs with Cypress
MIT License
1.31k stars 144 forks source link

Error: Unexpected state in afterSpecHandler: step-started #1166

Closed suneelfm-tandem closed 3 months ago

suneelfm-tandem commented 4 months ago

Current behavior

Getting Unexpected state in afterSpecHandler: step-started error, when the all other remaining tests has skipped due to any error as shown in image. If the tests doesn't skipped then I am not seeing this error. Getting this error for the version 20.0.0 and above, not for the lower versions. image

Test code to reproduce

I have given the scenario where the issue is. I hope test code is not required.

Versions

Checklist

badeball commented 4 months ago

I hope test code is not required.

It is. You need to provide a minimal, reproducible example that illustrates the issue.

badeball commented 3 months ago

Closing due to lack of a reproducible example. Feel free to open up another issue if anything changes in this regard.