-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Consider replacing the CCK with a testdata folder #110
Comments
I think this is a good idea; how would the testdata be generated? |
I think hand picking a few interesting cases from the current CCK should be sufficient. For this repo we are mostly concerned with ensuring the serialization works. This means that both legs of a round trip work. Wether or not the contents of a message is correct and consistent with the other messages in a report file isn't a concern here. So we don't need a cucumber implementation to generate them. |
I agree, pick some from CCK + https://github.com/cucumber/messages/blob/main/java/src/test/java/io/cucumber/messages/NdjsonSerializationTest.java and put them in a folder and we can just check encode->decode->encode works and results in the same things |
The text was updated successfully, but these errors were encountered: