cucumber / messages

A message protocol for representing results and other information from Cucumber
MIT License
17 stars 14 forks source link

Migrate elixir from protobuf to JSON Schema based messages #63

Open aurelien-reeves opened 2 years ago

aurelien-reeves commented 2 years ago

Ruby, JS, JVM and other implementation have migrated from protobuf to JSON Schema based messages.

Refs. https://github.com/cucumber/common/issues/1386

aurelien-reeves commented 2 years ago

@WannesFransen1994 I guess you already started working on that. Did you already push some code to the server? Is it possible to open a PR?

WannesFransen1994 commented 2 years ago

Sorry for the delay, the PR is https://github.com/cucumber/common/pull/1952/. I'll be working on it in the upcoming weeks.

mattwynne commented 1 year ago

See https://github.com/cucumber/messages/pull/29