Search code examples
protocol-buffersprotobuf-java

How to do snapshot testing using protobuf3 text messages?


Can someone let me know if there is any library or extension available for doing snapshot testing using protobuf text messages?

Something similar to what the below libraries do

  1. json-snapshot
  2. jest framework

Language - Java


Solution

  • selfie is snapshot testing available on JVM.