This folder implements webrpc interoperability tests.
- Generate code
- Download webrpc binaries
- Test generated client and server code against multiple versions of
webrpc-testreference binaries via test.sh script
./download.sh v0.10.0 bin/v0.10.0
export PATH="$PWD/bin/v0.10.0:$PATH"
npm run test