cucumber / cucumber-ruby-wire

Wire protocol plugin for Cucumber
MIT License
7 stars 11 forks source link

Use IdGenerator::UUID #27

Closed vincent-psarga closed 4 years ago

vincent-psarga commented 4 years ago

Summary

Original idea behind CCK was to have predictable ids for comparing messages, but the way we compare messages in CCK (using json-formatter) makes this useless finally.

See cucumber-ruby-core#195 and cucumber-ruby#1390