-
-
Notifications
You must be signed in to change notification settings - Fork 689
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
willBeRetried
not part of TestStepResult
#1703
Comments
https://github.com/cucumber/common/blob/main/messages/CHANGELOG.md#1700---2021-07-08 It was moved as part of the latest breaking changes. |
@luke-hill this was orginally posted in cucumber/messages-javascript. The last sync to the subrepo was on May 20th. So I think there is another underlying cause. @mattwynne With #1550 in mind I think some sign posts need to be updated. |
Ah oki, rsync playing up then. |
Mmh. The @mattwynne same problem but because of #1561 instead. |
Actually I think it's the branch name. |
I've updated the default branch of https://github.com/cucumber/messages-javascript to be |
@aslakhellesoy I updated the package, all looks good now, thank you team! |
Describe the bug
The latest version of
@cucumber/messages
seems to mismatch with the current master branch. ThewillBeRetried
property is inmaster
part of theTestStepResult
class, e.g.:However if you download latest package version it is part of
TestCaseFinished
for some reason:To Reproduce
Steps to reproduce the behavior:
Expected behavior
willBeRetried
should be part ofTestStepResult
.Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: