Contains integration tests using LibVCX library.
- Install dependencies running
yarn install
. Important: You have to use Node 8. This is due to issues with FFI library dependency (node-ffi/node-ffi#545). Tip: use NVM to switch between different NodeJS versions. - Start up any LibVCX compatible Agency supporting LibVCX V3 protocol. To see how to startup Node VCX Agency see instructions here.
- Run integrations test
yarn run test:integration