Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Interoperability tests

This folder implements webrpc interoperability tests.

Test matrix against webrpc-test reference binary

  1. Generate code
  2. Download webrpc binaries
  3. Test generated client and server code against multiple versions of webrpc-test reference 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