-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
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
Inconsistent TestStepResult for pending steps across implementations #88
Comments
Not sure if we want to comment here or in There is a message prop but it's kind of redundant |
@luke-hill what gets populated on the |
There is a prop. Which is why it fails. The CCK has no message prop. So the failing test states "Too many keys produced" |
Ah so a prop with no value? |
It says something like |
This was discussed at the community call today. Upshot:
So the work needed now is:
|
(Not an issue with CCK as such but have to raise it somewhere.)
Recent work on CCK has highlighted differences in how various Cucumber implementations output a
TestStepResult
message for a step that was marked pending by the user.It's worth noting that the mechanism for marking a step pending also varies between implementations - Ruby and JVM do it by throwing, whereas JS and fake-cucumber return from the step function. This influences the current behaviour a little, I think.
Here's the current state of things (with
status
and timing fields omitted as these are all fine):The text was updated successfully, but these errors were encountered: