You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.localhost is Your server. So just replace localhost with your server and replace 50051 with your port.
2.By default: <protoSourceRoot>${project.build.directory}/dependency/demo</protoSourceRoot>
You can put your proto files anywhere but make sure You replace this path with new location, I use this: <protoSourceRoot>${project.basedir}/protos/java</protoSourceRoot>
Protos folder is on the same level as "src" folder.
can you give more info in README.md about this chapter: https://github.com/pecker-io/karate-grpc#what-to-need-for-testing-grpc-server .
thanks
The text was updated successfully, but these errors were encountered: